Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 124fd01

Browse files
committed
fix: migrate configs
1 parent c1ce55f commit 124fd01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

presets/actions-dependency-version.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": [
7+
"managerFilePatterns": [
88
"^.github/workflows/[^/]*\\.ya?ml$"
99
],
1010
"matchStrings": [

presets/docker-alpine.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Manage Alpine OS versions in container image tags",
99
"customType": "regex",
1010
// https://docs.renovatebot.com/modules/manager/dockerfile/#default-config
11-
"fileMatch": [
11+
"managerFilePatterns": [
1212
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
1313
"(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$",
1414
],
@@ -21,7 +21,7 @@
2121
{
2222
"description": "Manage Alpine OS versions in container image tags",
2323
"customType": "regex",
24-
"fileMatch": [
24+
"managerFilePatterns": [
2525
// gitlabci: https://docs.renovatebot.com/modules/manager/gitlabci/#default-config
2626
"\\.gitlab-ci\\.ya?ml$",
2727
// droneci: https://docs.drone.io/pipeline/overview/

0 commit comments

Comments
 (0)