We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f9079 commit d7e0373Copy full SHA for d7e0373
renovate.json
@@ -1,4 +1,17 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"]
+ "extends": [
4
+ "config:recommended",
5
+ ":automergeLinters",
6
+ ":automergeMinor",
7
+ ":automergePatch",
8
+ ":enablePreCommit",
9
+ ":maintainLockFilesWeekly",
10
+ "group:githubArtifactActions",
11
+ "schedule:automergeWeekly"
12
+ ],
13
+ "lockFileMaintenance": {
14
+ "enabled": true,
15
+ "automerge": true
16
+ }
17
}
0 commit comments