Skip to content

Commit

Permalink
Merge pull request #264 from trussworks/renovatebot
Browse files Browse the repository at this point in the history
Adding renovate bot config
  • Loading branch information
rpdelaney authored Jun 25, 2021
2 parents 2ec7ad0 + 6842227 commit 1e0861b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 65 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/tidy.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .kodiak.toml

This file was deleted.

50 changes: 50 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": [
"patch",
"pin",
"digest",
"minor"
]
},
{
"matchUpdateTypes": [
"major"
],
"reviewers": [
"team:waddlers"
]
},
{
"automerge": true,
"groupName": "dependencies",
"managers": [
"terraform",
"gomod",
"pre-commit"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"postUpdateOptions": [
"gomodTidy"
],
"prConcurrentLimit": 2,
"schedule": [
"every weekday",
"after 9am and before 5pm"
],
"separateMinorPatch": true,
"timezone": "America/Los_Angeles"
}

0 comments on commit 1e0861b

Please sign in to comment.