Skip to content

Commit

Permalink
chore: add custom versions to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jan 15, 2025
1 parent 3c8be6a commit ca1b1c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
":timezone(Europe/Warsaw)",
"github>deedee-ops/nixlab//.github/renovate/autoMerge.json5",
"github>deedee-ops/nixlab//.github/renovate/commitMessage.json5",
"github>deedee-ops/nixlab//.github/renovate/customVersions.json5",
"github>deedee-ops/nixlab//.github/renovate/groups.json5",
"github>deedee-ops/nixlab//.github/renovate/labels.json5",
"github>deedee-ops/nixlab//.github/renovate/semanticCommits.json5",
Expand Down
17 changes: 17 additions & 0 deletions .github/renovate/customVersions.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackagePatterns": ["ghcr\\.io/jmberesford/retrom-service"],
"extractVersion": "^retrom-v(?<version>.*)$"
},
{
"matchPackagePatterns": ["ghcr\\.io/deedee-ops/sshwifty"],
"extractVersion": "^(?<version>.*)-beta-release$"
},
{
"matchPackagePatterns": ["codeberg\\.org/forgejo/forgejo"],
"extractVersion": "^(?<version>.*)-rootless$"
}
]
}

0 comments on commit ca1b1c8

Please sign in to comment.