We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fb2f1 commit 469f0a4Copy full SHA for 469f0a4
1 file changed
.github/dependabot.yml
@@ -1,11 +1,16 @@
1
# Configure dependabot to automatically open PRs for bumping the hard pin of pydata-sphinx-theme
2
-
3
version: 2
4
updates:
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
8
+ cooldown:
9
+ default-days: 7
10
- package-ecosystem: "pip"
11
directory: "/"
12
versioning-strategy: "increase"
13
schedule:
- interval: "weekly"
14
+ interval: "daily"
15
allow:
16
- dependency-name: "pydata-sphinx-theme"
0 commit comments