Skip to content

Commit

Permalink
Updated Renovate config to the latest version. Part 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 2, 2024
1 parent e55e052 commit 1087b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ignorePresets": [":prHourlyLimit2"],
"rangeStrategy": "update-lockfile",
"timezone": "Australia/Melbourne",
"enabledManagers": ["composer", "dockerfile", "docker-compose", "github-actions"],
"enabledManagers": ["composer", "dockerfile", "docker-compose", "github-actions", "custom.regex"],
"packageRules": [
{
"matchDepNames": ["php"],
Expand Down Expand Up @@ -56,7 +56,7 @@
"groupName": "Container images",
"groupSlug": "docker",
"schedule": ["before 3am"],
"matchManagers": ["dockerfile", "docker-compose"],
"matchManagers": ["dockerfile", "docker-compose", "custom.regex"],
"excludePackageNames": [
"selenium/standalone-chrome",
"seleniarm/standalone-chromium"
Expand All @@ -74,7 +74,7 @@
"customType": "regex",
"fileMatch": ["^docker-compose\\.yml$"],
"matchStrings": [
"[^:]+:\\s*\"?\\${(?:.*):-(?<depName>.*?):(?<currentValue>.*?)(?:\\@sha256:.*)?}\"?"
"IMAGE:\\s*\"?\\${(?:.*):-(?<depName>.*?):(?<currentValue>.*?)(?:\\@sha256:.*)?}\"?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
Expand Down

1 comment on commit 1087b07

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.