Skip to content

Commit

Permalink
fix(renovate): rewrite renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 30, 2024
1 parent 29be0dc commit ff80078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml$',
],
pinDigests: false,
},
kubernetes: {
fileMatch: [
Expand All @@ -55,9 +54,10 @@
],
matchUpdateTypes: [
'minor',
'patch',
],
matchPackageNames: [
'/app-template/',
matchPackagePatterns: [
'app-template',
],
},
],
Expand Down

0 comments on commit ff80078

Please sign in to comment.