mirror of https://github.com/yutto-dev/yutto
🔧 chore: use preset
This commit is contained in:
parent
1a629f7803
commit
fd7c2856be
|
@ -1,25 +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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
||||||
|
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
commit-message:
|
|
||||||
prefix: "⬆️ deps: "
|
|
||||||
- package-ecosystem: "docker"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
commit-message:
|
|
||||||
prefix: "⬆️ deps: "
|
|
||||||
- package-ecosystem: "pip"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
commit-message:
|
|
||||||
prefix: "⬆️ deps: "
|
|
|
@ -1,16 +1,4 @@
|
||||||
// https://docs.renovatebot.com/configuration-options/
|
// https://docs.renovatebot.com/configuration-options/
|
||||||
{
|
{
|
||||||
extends: ["config:base"],
|
extends: ["github>SigureMo/renovate-config"],
|
||||||
labels: ["dependencies"],
|
|
||||||
pin: false,
|
|
||||||
commitMessagePrefix: "⬆️ deps: ",
|
|
||||||
dependencyDashboardTitle: "☑️ Dependency Dashboard",
|
|
||||||
packageRules: [
|
|
||||||
{
|
|
||||||
groupName: "dependencies (non-major)",
|
|
||||||
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
|
|
||||||
automerge: true,
|
|
||||||
automergeStrategy: "squash",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue