Skip to content

Commit 048454e

Browse files
authored
Merge pull request cds-hooks#400 from afzal442/feat/dependabot
Added `dependabot.yml` for gh action auto-updates
2 parents 19178f6 + f9c7212 commit 048454e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
# Set update schedule for gomod
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every weekday
8+
interval: "daily"
9+
10+
# Set update schedule for GitHub Actions
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
# Check for updates to GitHub Actions every weekday
15+
interval: "daily"

0 commit comments

Comments
 (0)