Skip to content

Commit 0ef77a0

Browse files
Configure Renovate (#15)
* chore(deps): add renovate.json * Update and rename renovate.json to .github/renovate.json * Update renovate.json
1 parent 9a3844d commit 0ef77a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"ignorePaths": [
6+
".github/workflows/*"
7+
],
8+
"packageRules": [
9+
{
10+
"matchPackagePrefixes": ["pybotx"],
11+
"matchUpdateTypes": ["patch"],
12+
"automerge": true
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)