Skip to content

Commit 0da53dc

Browse files
authored
Add dependabot.yml to keep actions used by pydpf-actions up-to-date (#9)
* Add dependabot.yml to keep actions used by pydpf-actions up-to-date * Set to daily on v2.3 branch * Set updates to v2.3 branch * Revert last due to GitHub bug
1 parent 0d20eaf commit 0da53dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
target-branch: "v2.3"
5+
directory: "."
6+
schedule:
7+
interval: "daily"
8+
labels:
9+
- "maintenance"
10+
- "CI/CD"

0 commit comments

Comments
 (0)