mirror of
https://github.com/xlioncontainermirror/cosmic-silverblue-latest.git
synced 2025-04-12 07:13:44 +03:00
renovate
This commit is contained in:
parent
11f76cd00d
commit
1ca3068e87
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -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
14
.github/renovate.json
vendored
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue