We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee61c8 commit 131afeaCopy full SHA for 131afea
1 file changed
.github/renovate.json
@@ -13,5 +13,21 @@
13
"ignorePaths": [
14
"its/**",
15
"**/test/**"
16
+ ],
17
+ "packageRules": [
18
+ {
19
+ "description": "Enable only major, minor and patch version updates for github-actions and poetry",
20
+ "matchManagers": ["github-actions", "poetry"],
21
+ "matchUpdateTypes": [
22
+ "pin",
23
+ "pinDigest",
24
+ "digest",
25
+ "lockFileMaintenance",
26
+ "rollback",
27
+ "bump",
28
+ "replacement"],
29
+ "enabled": false
30
+ }
31
]
32
+
33
}
0 commit comments