Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2024
1 parent 330bb89 commit b2e6e3a
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,43 @@
{
"extends": [
"config:base"
"config:recommended"
],
"dependencyDashboard": true,
"platformCommit": false,
"platformCommit": "disabled",
"prHourlyLimit": 0,
"git-submodules": {
"enabled": true
},
"regexManagers": [
"customManagers": [
{
"fileMatch": ["^.circleci/config.yml$"],
"matchStrings": ["PYGMY_GO_VERSION_V=(?<currentValue>.*?)"],
"customType": "regex",
"fileMatch": [
"^.circleci/config.yml$"
],
"matchStrings": [
"PYGMY_GO_VERSION_V=(?<currentValue>.*?)"
],
"depNameTemplate": "fubarhouse/pygmy-go",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^.circleci/config.yml$"],
"matchStrings": ["LANDO_VERSION=(?<currentValue>.*?)"],
"customType": "regex",
"fileMatch": [
"^.circleci/config.yml$"
],
"matchStrings": [
"LANDO_VERSION=(?<currentValue>.*?)"
],
"depNameTemplate": "lando/lando-cli",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"groupName": "Submodule updates",
"matchManagers": ["git-submodules"],
"matchManagers": [
"git-submodules"
],
"automerge": true,
"automergeType": "pr"
}
Expand Down

0 comments on commit b2e6e3a

Please sign in to comment.