Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
# Hosted Renovate should use the latest available version, so always
# install the newest version of Renovate
- name: Install dependencies
run: npm install -g renovate
shell: bash
env:
RENOVATE_VERSION: latest
run: npm install -g renovate@${RENOVATE_VERSION}

- name: Validate Renovate config
env:
Expand Down
4 changes: 2 additions & 2 deletions org-inherited-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"/image-versions(\\.[^.]+)?\\.(yaml|yml)$/"
"managerFilePatterns": [
"(^|/)image-versions(\\.[^.]+)?\\.(yaml|yml)$"
],
"matchStrings": [
"image:\\s*(?<packageName>\\S+)\\s*tag:\\s*(?<currentValue>\\S+)\\s*digest:\\s*(?<currentDigest>sha256:[a-f0-9]+)"
Expand Down