From ab4cf8c8b2b8a8772556d3f02e7bd195cc30dff3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Mar 2025 19:38:53 +0200 Subject: [PATCH] Initial Commit --- CODEOWNERS | 1 + README.md | 4 ++++ container.json | 25 +++++++++++++++++++++++++ default.json | 7 +++++++ github-actions.json | 22 ++++++++++++++++++++++ golang.json | 29 +++++++++++++++++++++++++++++ grouping.json | 18 ++++++++++++++++++ maven.json | 22 ++++++++++++++++++++++ npm.json | 20 ++++++++++++++++++++ regexp.json | 17 +++++++++++++++++ 10 files changed, 165 insertions(+) create mode 100644 CODEOWNERS create mode 100644 README.md create mode 100644 container.json create mode 100644 default.json create mode 100644 github-actions.json create mode 100644 golang.json create mode 100644 grouping.json create mode 100644 maven.json create mode 100644 npm.json create mode 100644 regexp.json diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..0d7e674 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @volker.raschek \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..47a5883 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# renovate-config + +This project contains configuration presets for renovate, a bot to update dependencies. These presets can be integrated +into the `renovate.json` of the respective git project using the `extends` attribute. \ No newline at end of file diff --git a/container.json b/container.json new file mode 100644 index 0000000..41ba48f --- /dev/null +++ b/container.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "addLabels": [ + "renovate/automerge", + "renovate/container-image" + ], + "automerge": true, + "enabled": true, + "excludePackagePatterns": [ + "^(docker\\.io/)?tcort/markdown-link-check" + ], + "groupName": "container images", + "groupSlug": "container-images", + "matchDatasources": [ + "docker" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ] +} \ No newline at end of file diff --git a/default.json b/default.json new file mode 100644 index 0000000..0db1fae --- /dev/null +++ b/default.json @@ -0,0 +1,7 @@ +{ + "platformAutomerge": true, + "prConcurrentLimit": 0, + "prHourlyLimit": 0, + "rebaseLabel": "renovate/rebase", + "rebaseWhen": "behind-base-branch" +} \ No newline at end of file diff --git a/github-actions.json b/github-actions.json new file mode 100644 index 0000000..13dcf42 --- /dev/null +++ b/github-actions.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "automerge": true, + "enabled": true, + "groupName": "github actions", + "groupSlug": "github-actions", + "matchManagers": [ + "github-actions" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ] +} \ No newline at end of file diff --git a/golang.json b/golang.json new file mode 100644 index 0000000..f3a9011 --- /dev/null +++ b/golang.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "addLabels": [ + "renovate/automerge", + "renovate/golang" + ], + "automerge": true, + "enabled": true, + "excludePackagePatterns": [ + "^github\\.com/docker/docker", + "^gopkg\\.in/yaml" + ], + "groupName": "go modules", + "groupSlug": "go-modules", + "matchDatasources": [ + "go" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ], + "postUpdateOptions": [ + "gomodTidy" + ] +} \ No newline at end of file diff --git a/grouping.json b/grouping.json new file mode 100644 index 0000000..f86b362 --- /dev/null +++ b/grouping.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "groupName": "grouped packages", + "groupSlug": "grouped-packages", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ] + } + ] +} \ No newline at end of file diff --git a/maven.json b/maven.json new file mode 100644 index 0000000..3a649c9 --- /dev/null +++ b/maven.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "addLabels": [ + "renovate/automerge", + "renovate/maven" + ], + "automerge": true, + "enabled": true, + "groupName": "maven artifacts", + "groupSlug": "maven-artifacts", + "matchDatasources": [ + "maven" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ] +} \ No newline at end of file diff --git a/npm.json b/npm.json new file mode 100644 index 0000000..61f0ba2 --- /dev/null +++ b/npm.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "addLabels": [ + "renovate/automerge", + "renovate/npm" + ], + "automerge": true, + "enabled": true, + "matchManagers": [ + "npm" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ] +} diff --git a/regexp.json b/regexp.json new file mode 100644 index 0000000..658ce04 --- /dev/null +++ b/regexp.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", + "(^|/)action\\.ya?ml$", + "(^|/)Makefile$", + "(^|/)[\\w-]*\\.sh$" + ], + "matchStrings": [ + "=\"?(?[^\"\\n]*)\"? # renovate: datasource=(?.*) registryUrl=(?.*) depName=(?.*)" + ] + } + ] +} \ No newline at end of file