Skip to content

Commit

Permalink
Merge pull request #289 from chrillep/patch-1
Browse files Browse the repository at this point in the history
feat(github-actions): Dependabot Github Actions update check
  • Loading branch information
Gummibeer authored Oct 4, 2022
2 parents 6f2e385 + 2e78a04 commit 18406ac
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
reviewers:
- Gummibeer
labels:
- dependabot
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
reviewers:
- "Gummibeer"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "Gummibeer"

0 comments on commit 18406ac

Please sign in to comment.