Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #925 from keptn-contrib/renovate/configure
Browse files Browse the repository at this point in the history
chore(deps): Configure Renovate
  • Loading branch information
warber authored Oct 18, 2022
2 parents 1c1e07d + b67d975 commit d52df15
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

35 changes: 35 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"extends": [
"config:base",
":gitSignOff",
"schedule:nonOfficeHours",
":semanticCommitTypeAll(build)",
":semanticCommitScope(deps)",
"group:monorepos",
":automergePatch"
],
"addLabels": ["dependencies"],
"cloneSubmodules": true,
"prConcurrentLimit": 15,
"stabilityDays": 3,
"timezone": "Europe/Vienna",
"postUpdateOptions": [
"gomodTidy",
"gomodMassage"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"addLabels": ["go"]
},
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"]
},
{
"matchManagers": ["dockerfile"],
"addLabels": ["docker"]
}
],
"commitMessageSuffix": "[skip ci]"
}

0 comments on commit d52df15

Please sign in to comment.