Skip to content

Commit 7391e84

Browse files
authored
chore: add renovate pinning configuration (except containers) (#17)
This is the pinning config we use on bazzite-dx., should pin everything except containers on gh actions
1 parent 4d8d383 commit 7391e84

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

renovate.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices"
5+
],
6+
"rebaseWhen": "never",
7+
"packageRules": [
8+
{
9+
"automerge": true,
10+
"matchUpdateTypes": [
11+
"pin",
12+
"pinDigest"
13+
]
14+
},
15+
{
16+
"enabled": false,
17+
"matchUpdateTypes": [
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+
]
631
}

0 commit comments

Comments
 (0)