chore: move from dependabot to renovate
This commit is contained in:
parent
e55ffccd21
commit
3f14e589e1
2 changed files with 14 additions and 18 deletions
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
|
@ -1,18 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "bun"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
rebase-strategy: 'auto'
|
|
||||||
groups:
|
|
||||||
minor-patch:
|
|
||||||
update-types:
|
|
||||||
- minor
|
|
||||||
- patch
|
|
||||||
|
|
||||||
- package-ecosystem: 'github-actions'
|
|
||||||
directory: '/'
|
|
||||||
schedule:
|
|
||||||
interval: 'daily'
|
|
||||||
rebase-strategy: 'auto'
|
|
||||||
14
.github/renovate.json
vendored
Normal file
14
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
||||||
|
"enabledManagers": ["bun", "github-actions"],
|
||||||
|
"minimumReleaseAge": "7 days",
|
||||||
|
"schedule": ["every day"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["bun"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"groupName": "bun minor and patch dependencies"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue