Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Nov 12, 2024
1 parent 698e929 commit 89c00f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
interval: weekly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 20
open-pull-requests-limit: 5
assignees:
- Garfonso

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
interval: weekly
time: "04:00"
timezone: Europe/Berlin
versioning-strategy: increase
open-pull-requests-limit: 20
open-pull-requests-limit: 5
assignees:
- Garfonso
ignore:
Expand All @@ -29,10 +29,10 @@ updates:
- package-ecosystem: npm
directory: "/src"
schedule:
interval: monthly
interval: weekly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 20
open-pull-requests-limit: 5
assignees:
- Garfonso
versioning-strategy: increase

0 comments on commit 89c00f6

Please sign in to comment.