Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit ee5d683

Browse files
authored
add configuration changes
1 parent 703659e commit ee5d683

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:base",
5+
"helpers:pinGitHubActionDigests"
6+
],
7+
"npm": {
8+
"stabilityDays": 3
9+
},
10+
"packageRules": {
11+
"matchPaths": ["package.json"]
12+
},
13+
"pinVersions": false,
14+
"schedule": [
15+
"on Friday",
16+
"every weekend"
517
]
618
}

0 commit comments

Comments
 (0)