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 ff80078 commit 9b0a96d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,25 @@
],
},
packageRules: [
{
matchDatasources: [
'docker',
],
matchPackageNames: [
'ghcr.io/bjw-s/helm/app-template',
],
pinDigests: false,
},
{
matchDatasources: [
'docker',
],
matchUpdateTypes: [
'minor',
'patch',
],
matchPackagePatterns: [
'app-template',
matchPackageNames: [
'ghcr.io/onedr0p/prowlarr-nightly',
'ghcr.io/onedr0p/sonarr-develop',
],
},
],
Expand Down

0 comments on commit 9b0a96d

Please sign in to comment.