Skip to content

Commit

Permalink
Update packageRules.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella authored Dec 26, 2024
1 parent 6dd7bb0 commit 19ff869
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": ["Loose versioning for non-semver packages"],
"description": ["Allowed postgresql major release"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["cross-seed", "plex"],
"versioning": "loose"
"matchPackagePatterns": ["postgresql"],
"allowedVersions": "<18"
},
{
"packageNames": ["factory.talos.dev/installer-secureboot"],
"enabled": false
"description": ["Loose versioning for non-semver packages"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["plex"],
"versioning": "loose"
},
{
"description": ["Custom schedule for frequently updated packages"],
"matchDataSources": ["docker", "helm"],
"matchPackagePatterns": ["postgresql", "reloader", "aws-cli"],
"matchDataSources": ["docker"],
"matchPackagePatterns": ["postgresql", "aws-cli"],
"schedule": ["on the first day of the month"]
}
]
Expand Down

0 comments on commit 19ff869

Please sign in to comment.