We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1244341 commit 9c0876bCopy full SHA for 9c0876b
2 files changed
.github/dependabot.yml
@@ -1,6 +1,10 @@
1
version: 2
2
updates:
3
- package-ecosystem: "gitsubmodule"
4
+ directory: "/themes/"
5
+ schedule:
6
+ interval: "weekly"
7
+ - package-ecosystem: "github-actions"
8
directory: "/"
9
schedule:
- interval: "daily"
10
.github/renovate.json
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": ["config:base"]
+ "extends": ["local>z-shell/.github:renovate-config"]
}
0 commit comments