Skip to content

Commit e7924fa

Browse files
chore(ci): Add and configure Dependabot (pyOpenSci#79)
* Dependabot config file for the repository * Dependabot config file for the template * Apply suggestion from @lwasser * Apply suggestion from @lwasser --------- Co-authored-by: Leah Wasser <leah@pyopensci.org>
1 parent 187996d commit e7924fa

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directories:
6+
- "/"
7+
- "template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows"
8+
schedule:
9+
interval: "monthly"
10+
commit-message:
11+
prefix: "dependencies: "
12+
include: scope
13+
groups:
14+
actions:
15+
patterns:
16+
- "*"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directories:
6+
- "/"
7+
schedule:
8+
interval: "monthly"
9+
commit-message:
10+
prefix: "dependencies: "
11+
include: scope
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)