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 1f3e07c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"^modules/.*\\.nix$",
],
"matchStrings": [
"image *= *\"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"",
// support expected prefixes, not all of them, as they will catch stuff like pre- or beta- which we don't need
// example: (?:retrom-|dumbversionsecheme-|whatever-) etc.
"image *= *\"(?<depName>.*?):(?:retrom-)?(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"",
],
"datasourceTemplate": "docker",
},
],
}
4 changes: 4 additions & 0 deletions .github/workflows/nixcache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ name: nix cache
push:
branches:
- master
paths:
- '**.nix'
pull_request:
paths:
- '**.nix'
jobs:
lint-build-and-push:
runs-on: deedee
Expand Down

0 comments on commit 1f3e07c

Please sign in to comment.