Skip to content

Commit 849383e

Browse files
authored
ci: Adding dependabot (#723)
1 parent a09268f commit 849383e

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+
# Set update schedule for GitHub Actions
2+
# This opens a PR when actions in workflows need an update
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
# Check for updates to GitHub Actions every week
10+
interval: "weekly"
11+
commit-message:
12+
prefix: "skip changelog" # So this PR will not be added to release-drafter
13+
include: "scope" # List of the updated dependencies in the commit will be added

0 commit comments

Comments
 (0)