Skip to content

Commit

Permalink
馃懛 Enable Dependabot for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Feb 9, 2023
1 parent 814c3a1 commit 135249c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Check for updates to GitHub Actions every week
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ meta:
ci/cd:
- ".github/fixtures/**/*"
- ".github/workflows/*"
- ".github/dependabot.yml"
- ".github/issue-validation.yml"
- ".github/labeler.yml"
- ".github/pr-validation.yml"

docker:
- ".github/workflows/trigger_docker.yml"
Expand Down

0 comments on commit 135249c

Please sign in to comment.