Skip to content

Commit 2bb2980

Browse files
ci: add Renovate config
1 parent e280d0a commit 2bb2980

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"timezone": "Europe/Berlin",
5+
"labels": ["dependencies"],
6+
"packageRules": [
7+
{
8+
"description": "Open PRs for base image and GitHub Actions updates; do not auto-merge. Security patches within the same base image tag are picked up by the scheduled image rebuild, not by Renovate.",
9+
"matchManagers": ["dockerfile", "github-actions"],
10+
"automerge": false
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)