Skip to content

Commit

Permalink
chore(deps): switch to Renovate (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Aug 2, 2024
1 parent 1d17bbd commit 4720a0c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
2 changes: 1 addition & 1 deletion src/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backend:
name: git-gateway
branch: main
branch: dev
squash_merges: true
commit_messages:
create: 'chore(cms): create "{{path}}"'
Expand Down

0 comments on commit 4720a0c

Please sign in to comment.