Skip to content

Commit 86dbe3e

Browse files
tolzhabayevCopilot
andauthored
chore: adding plugin-actions to not pin (#303)
Co-authored-by: Copilot <[email protected]>
1 parent 017fa07 commit 86dbe3e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,19 @@
77
"github>grafana/grafana-renovate-config//presets/docker"
88
],
99
"extends": [
10-
"config:best-practices",
11-
":doNotPinPackage(grafana/docs-base)"
10+
"config:best-practices"
11+
],
12+
"packageRules": [
13+
{
14+
"matchManagers": ["github-actions"],
15+
"matchPackageNames": ["grafana/plugin-actions"],
16+
"pinDigests": false
17+
},
18+
{
19+
"matchManagers": ["github-actions"],
20+
"matchPackageNames": ["grafana/docs-base"],
21+
"pinDigests": false
22+
}
1223
],
1324
"minimumReleaseAge": "14 days",
1425
"prConcurrentLimit": 10

0 commit comments

Comments
 (0)