Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b authored Sep 8, 2022
1 parent d471719 commit cdf20c8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'weekly'
day: 'friday'
time: '09:00'
timezone: 'Europe/Berlin'
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: 'npm'
directory: '/'
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'weekly'
day: 'friday'
time: '09:00'
timezone: 'Europe/Berlin'
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit cdf20c8

Please sign in to comment.