Skip to content

Commit

Permalink
feat: automerge Renovate PRs (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Oct 31, 2024
1 parent e966962 commit 15b3fca
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
],
"customManagers": [
{
"description": "Updating unannotated Docker image versions in YAML files",
"fileMatch": [
"(^|/)*.ya?ml$"
],
"matchStrings": [
"image: ?(?<depName>\\S+):(?<currentValue>\\S+)"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"description": "Updating annotated package versions in Dockerfiles",
"fileMatch": [
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
Expand All @@ -15,6 +26,7 @@
]
},
{
"customType": "regex",
"description": "Updating semantic-release version used by Node.js",
"fileMatch": [
"^\\.github\\/workflows\\/[^/]+\\.ya?ml$"
Expand All @@ -26,6 +38,7 @@
"depNameTemplate": "node"
},
{
"customType": "regex",
"description": "Updating semantic-release version used by npx",
"fileMatch": [
"^\\.github\\/workflows\\/[^/]+\\.ya?ml$"
Expand All @@ -39,5 +52,17 @@
],
"pre-commit": {
"enabled": true
}
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit 15b3fca

Please sign in to comment.