Skip to content

Commit 5f72e2e

Browse files
authored
Add: dependabot checks for workflow versions (openml#1155)
1 parent 2a7ab17 commit 5f72e2e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
3+
updates:
4+
# This will check for updates to github actions every day
5+
# https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"

0 commit comments

Comments
 (0)