Skip to content

Commit

Permalink
Configure Renovate (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2022
1 parent d6c1530 commit 413eff1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"config:base"
],
"ignorePaths": [
".github/workflows/*"
],
"packageRules": [
{
"matchPackageNames": ["pybotx"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 413eff1

Please sign in to comment.