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 017fa07 commit 86dbe3eCopy full SHA for 86dbe3e
renovate.json
@@ -7,8 +7,19 @@
7
"github>grafana/grafana-renovate-config//presets/docker"
8
],
9
"extends": [
10
- "config:best-practices",
11
- ":doNotPinPackage(grafana/docs-base)"
+ "config:best-practices"
+ ],
12
+ "packageRules": [
13
+ {
14
+ "matchManagers": ["github-actions"],
15
+ "matchPackageNames": ["grafana/plugin-actions"],
16
+ "pinDigests": false
17
+ },
18
19
20
+ "matchPackageNames": ["grafana/docs-base"],
21
22
+ }
23
24
"minimumReleaseAge": "14 days",
25
"prConcurrentLimit": 10
0 commit comments