Skip to content

Commit

Permalink
(ci): Update and rename renovate.json to .github/renovate.json (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevnm67 committed Jun 18, 2023
1 parent c866dd3 commit c8c3e6d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash"
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit c8c3e6d

Please sign in to comment.