Skip to content

Commit 520308a

Browse files
authored
Merge pull request #52 from dhellmann/dependabot-actions
add dependabot config
2 parents 65dd2f4 + 78c0a29 commit 520308a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Via https://github.com/nedbat/scriv/blob/main/.github/dependabot.yml
2+
#
3+
# From:
4+
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
5+
# Set update schedule for GitHub Actions
6+
7+
version: 2
8+
updates:
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
# Check for updates to GitHub Actions once a week
13+
interval: "weekly"

0 commit comments

Comments
 (0)