This commit is contained in:
XLion 2024-10-07 15:31:26 +08:00
parent 11f76cd00d
commit 1ca3068e87
No known key found for this signature in database
GPG key ID: 6809328DF1983BCC
2 changed files with 14 additions and 11 deletions

View file

@ -1,11 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

14
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "minor", "patch"],
"ignoreTests": true,
"automerge": true,
"labels": ["dependencies"]
}
]
}