Skip to content

Commit

Permalink
Merge pull request #1342 from lkiesow/gha-dependabot
Browse files Browse the repository at this point in the history
Dependabot configuration for GitHub Actions
  • Loading branch information
ziegenberg authored May 28, 2024
2 parents baeb482 + 738db3f commit e28e590
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "04:00"
open-pull-requests-limit: 15
labels:
- type:dependencies

# GHA
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly

# Javascript
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
time: "04:00"
open-pull-requests-limit: 15
labels:
- type:dependencies

0 comments on commit e28e590

Please sign in to comment.