Skip to content

Commit

Permalink
Merge pull request #8 from crossplane-contrib/feat/renovate
Browse files Browse the repository at this point in the history
renovate config
  • Loading branch information
Breee authored Dec 12, 2023
2 parents ab155c9 + e22acc1 commit 1b27bf5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"renovatebot",
"dependencies"
],
"extends": [
"config:base"
],
"baseBranches": [
"main"
],
"packageRules": [
{
"matchManagers": ["dockerfile"],
"groupName": "dockerfile deps"
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"groupName": "all patch dependencies",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"patch"
]
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major", "minor", "patch"]
}
]
}

0 comments on commit 1b27bf5

Please sign in to comment.