Skip to content

Commit

Permalink
fix dependabot yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Aug 28, 2023
1 parent 13590ad commit 0e3d55b
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "10:00"
open-pull-requests-limit: 10
labels:
- dependencies
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for npm
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for Composer
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 0e3d55b

Please sign in to comment.