Skip to content

Commit f5abdba

Browse files
committed
Add dependabot
Add dependabot Signed-off-by: Bensuperpc <[email protected]>
1 parent 8f50970 commit f5abdba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: bensuperpc

.github/dependabot.yml

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

0 commit comments

Comments
 (0)