Skip to content

Commit

Permalink
chore: renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 10, 2023
1 parent 498e791 commit f95c5f3
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@
],
"packageRules": [
{
"matchManagers": ["go"],
"matchUpdateTypes": ["major", "minor", "patch"],
"matchManagers": [
"go"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchPackageNames": [
"github.com/palantir/go-githubapp",
"github.com/google/go-github"
],
"matchPackagePrefixes": [
"github.com/palantir/go-githubapp"
]
},
{
"matchManagers": ["docker-compose"],
"matchPackageNames": ["mysql"],
"matchManagers": [
"docker-compose"
],
"matchPackageNames": [
"mysql"
],
"enabled": false
}
]
Expand Down

0 comments on commit f95c5f3

Please sign in to comment.