Skip to content

Commit 971b39d

Browse files
Create dependabot.yml
CI logs are showing deprecation warnings coming from action versions, so this adds some automation to ensuring we're always using up to date action versions.
1 parent 75433ec commit 971b39d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)