1
0
Fork 0
mirror of https://gitlab.com/renovate-bot/renovate-runner.git synced 2025-04-18 06:48:22 +02:00

chore(renovate): reconfigure renovate

This commit is contained in:
Michael Kriese 2025-02-06 13:06:24 +01:00
parent 1c61d2311b
commit c744c300bd
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 14 additions and 13 deletions

View file

@ -46,14 +46,15 @@
"versioning": "node"
},
{
"description": "Update runner references in readme",
"matchDepNames": ["renovate-runner"],
"description": "Update references in readme",
"matchFileNames": ["README.md"],
"additionalBranchPrefix": "docs-",
"automerge": true,
"dependencyDashboardApproval": false,
"semanticCommitType": "docs",
"separateMajorMinor": false
"separateMajorMinor": false,
"groupName": "dependencies",
"extends": ["schedule:weekly"]
},
{
"description": "Don't pin renovate images in templates",
@ -63,16 +64,6 @@
}
],
"customManagers": [
{
"customType": "regex",
"description": "Update docker references in gitlab variables",
"fileMatch": ["\\.gitlab-ci\\.yml$"],
"matchStrings": [
"CI_RENOVATE_IMAGE[A-Z_]*\\s*:\\s*(?<depName>[^:]+?):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
},
{
"customType": "regex",
"description": "Update renovate-runner references",

View file

@ -13,6 +13,16 @@
"depNameTemplate": "renovate-runner",
"packageNameTemplate": "renovate-bot/renovate-runner",
"versioningTemplate": "semver"
},
{
"customType": "regex",
"description": "Update renivate docker references in gitlab variables",
"fileMatch": ["\\.gitlab-ci\\.yml$"],
"matchStrings": [
"CI_RENOVATE_IMAGE\\s*:\\s*(?<depName>[^:]+?):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}