Skip to content

Commit

Permalink
fix: removing dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
CjHare committed Apr 22, 2022
1 parent 6c6c3f0 commit b2e9f0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"extends": [
"config:base"
"extends": ["config:base", "group:all", "schedule:monthly"],
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 1,
"packageRules": [
{
"matchUpdateTypes": ["pin", "digest", "lockFileMaintenance"],
"enabled": false
}
]
}

0 comments on commit b2e9f0c

Please sign in to comment.