chore: move from dependabot to renovate (#721)

* chore: move from dependabot to renovate

* ci: pin oxlint version
This commit is contained in:
Nico 2026-03-31 19:35:18 +02:00 committed by GitHub
parent e55ffccd21
commit d600102d46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 18 deletions

View file

@ -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
View 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"
}
]
}

View file

@ -31,6 +31,7 @@ jobs:
with:
config: .oxlintrc.json
deny-warnings: true
version: 1.56.0
typecheck:
timeout-minutes: 10