Skip to content

Commit

Permalink
chore: regexManagers -> customManagers
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 8, 2024
1 parent 3c07e8e commit 7d2effa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nodeDockerLts.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
"type": "regex",
"fileMatch": ["Dockerfile", "docker-compose.ya?ml"],
"matchStrings": ["node:(?<currentValue>.+)-alpine"],
"depNameTemplate": "node",
Expand Down
3 changes: 2 additions & 1 deletion yamlComment.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
"type": "regex",
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
Expand Down

0 comments on commit 7d2effa

Please sign in to comment.