Skip to content

Commit

Permalink
new renovate syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aSauerwein authored Aug 7, 2023
1 parent b2a44e9 commit 1d9160f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
{
"extends": [
"config:base"
"config:recommended",
"default:automergeMinor",
"default:pinDigestsDisabled"
],
"kubernetes": {
"fileMatch": [
"\\.yaml$"
],
"automerge": true,
"pinDigests": true
},
"fleet": {
"automerge": true
]
},
"helm-values": {
"fileMatch": [
".*-values\\.yaml$"
],
"automerge": true,
"pinDigests": true
]
}
}

0 comments on commit 1d9160f

Please sign in to comment.