Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent fd00cb7 commit a3c5e5f
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,32 @@
"extends": [
"config:recommended",
"group:allNonMajor",
"regexManagers:dockerfileVersions"
"customManagers:dockerfileVersions"
],
"enabledManagers": [
"asdf",
"bundler",
"circleci",
"docker-compose",
"dockerfile",
"nodenv",
"npm",
"custom.regex"
],
"enabledManagers": ["asdf", "bundler", "circleci", "docker-compose", "dockerfile", "nodenv", "npm", "regex"],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchPackagePatterns": ["postgres"],
"enabled": false
"enabled": false,
"matchPackageNames": [
"/postgres/"
]
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.tool-versions$"
],
Expand All @@ -26,6 +38,7 @@
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
},
{
"customType": "regex",
"fileMatch": [
"^.circleci/config.yml$"
],
Expand All @@ -36,11 +49,12 @@
"depNameTemplate": "node"
},
{
"customType": "regex",
"fileMatch": [
"^.circleci/config.yml$"
],
"matchStrings": [
"cimg\/ruby:(?<currentValue>.*?)-"
"cimg/ruby:(?<currentValue>.*?)-"
],
"datasourceTemplate": "ruby-version",
"depNameTemplate": "ruby"
Expand Down

0 comments on commit a3c5e5f

Please sign in to comment.