Skip to content

Commit

Permalink
Cleanup dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 14, 2024
1 parent 1c5deea commit 5cedbc8
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 10
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Berlin"
interval: daily
time: '07:00'
timezone: Europe/Berlin
assignees:
- ffried
reviewers:
- ffried
- package-ecosystem: "github-actions"
directory: ".github/actions/generate-action-code"

- package-ecosystem: github-actions
directory: .github/actions/generate-action-code
open-pull-requests-limit: 10
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Berlin"
interval: daily
time: '07:00'
timezone: Europe/Berlin
assignees:
- ffried
reviewers:
- ffried
- package-ecosystem: "npm"
directory: "/"

- package-ecosystem: npm
directory: /
open-pull-requests-limit: 10
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Berlin"
interval: daily
time: '07:00'
timezone: Europe/Berlin
assignees:
- ffried
reviewers:
Expand Down

0 comments on commit 5cedbc8

Please sign in to comment.