We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8d383 commit 7391e84Copy full SHA for 7391e84
renovate.json
@@ -1,6 +1,31 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
5
- ]
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:best-practices"
+ ],
6
+ "rebaseWhen": "never",
7
+ "packageRules": [
8
+ {
9
+ "automerge": true,
10
+ "matchUpdateTypes": [
11
+ "pin",
12
+ "pinDigest"
13
+ ]
14
+ },
15
16
+ "enabled": false,
17
18
+ "digest",
19
+ "pinDigest",
20
+ "pin"
21
22
+ "matchDepTypes": [
23
+ "container"
24
25
+ "matchFileNames": [
26
+ ".github/workflows/**.yaml",
27
+ ".github/workflows/**.yml"
28
29
+ }
30
31
}
0 commit comments