Skip to content

Commit 469f0a4

Browse files
authored
Update dependabot.yml
1 parent 13fb2f1 commit 469f0a4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Configure dependabot to automatically open PRs for bumping the hard pin of pydata-sphinx-theme
2-
32
version: 2
43
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
cooldown:
9+
default-days: 7
510
- package-ecosystem: "pip"
611
directory: "/"
712
versioning-strategy: "increase"
813
schedule:
9-
interval: "weekly"
14+
interval: "daily"
1015
allow:
1116
- dependency-name: "pydata-sphinx-theme"

0 commit comments

Comments
 (0)