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 7cbdbad
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,20 @@
'minor',
'patch',
],
matchPackagePatterns: [
'app-template',
matchPackageNames: [
'ghcr.io/bjw-s/helm/app-template',
],
},
{
matchDatasources: [
'docker',
],
matchUpdateTypes: [
'minor',
],
matchPackageNames: [
'ghcr.io/onedr0p/prowlarr-nightly',
'ghcr.io/onedr0p/sonarr-develop',
],
},
],
Expand Down

0 comments on commit 7cbdbad

Please sign in to comment.