Skip to content

Commit

Permalink
chore: update Renovate config (#83)
Browse files Browse the repository at this point in the history
### Summary

Need to limit updating some services which changed their versioning
  • Loading branch information
hobroker authored Jun 23, 2024
1 parent 7abfbda commit 7636217
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"config:recommended",
":semanticCommitTypeAll(chore)",
"schedule:weekly"
"schedule:monthly"
],
"assignees": ["hobroker"],
"platformAutomerge": false,
Expand Down Expand Up @@ -53,7 +53,18 @@
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
},
{
"matchPackageNames": ["qbittorrent"],
"allowedVersions": "<=9"
},
{
"matchPackageNames": ["jellyfin"],
"allowedVersions": "<=19"
},
{
"matchPackageNames": ["overseerr"],
"allowedVersions": "<=9"
}
],
"ignoreDeps": ["gzip-size", "ghcr.io/gamurar/biomarkly"]
]
}

0 comments on commit 7636217

Please sign in to comment.