Skip to content

Commit 92b93e9

Browse files
authored
Setting up dependabot (#74)
Adding a config file to support dependabot for stratify.
1 parent 06a1533 commit 92b93e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Reference:
2+
# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
3+
4+
version: 2
5+
updates:
6+
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
# Check for updates to GitHub Actions every weekday
11+
interval: "daily"
12+
labels:
13+
- "New: Pull Request"
14+
- "Bot"

0 commit comments

Comments
 (0)