chore: move from dependabot to renovate (#721)
* chore: move from dependabot to renovate * ci: pin oxlint version
This commit is contained in:
parent
e55ffccd21
commit
d600102d46
3 changed files with 15 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
with:
|
||||
config: .oxlintrc.json
|
||||
deny-warnings: true
|
||||
version: 1.56.0
|
||||
|
||||
typecheck:
|
||||
timeout-minutes: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue