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 87e3ff2 commit 07f8974Copy full SHA for 07f8974
.github/renovate.json
@@ -19,22 +19,18 @@
19
"matchManagers": [
20
"ansible-galaxy",
21
"custom.regex"
22
- ]
23
- }
24
- ],
25
- "ansible-galaxy": {
26
- "fileMatch": [
27
- "(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"
28
29
- "packageRules": [
30
- {
31
- "automerge": true,
+ ],
+ "automerge": true,
32
"matchCurrentVersion": "!/^0/",
33
"matchUpdateTypes": [
34
"minor",
35
"patch"
36
]
37
+ }
+ "ansible-galaxy": {
+ "fileMatch": [
+ "(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"
38
39
},
40
"customManagers": [
0 commit comments