Skip to content

Commit

Permalink
ci: update and format .github/dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Heywood <[email protected]>
  • Loading branch information
lachieh committed Jan 10, 2025
1 parent 5ddb6b5 commit f22821c
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "America/New_York"
groups:
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/.github/actions/*"
schedule:
interval: "daily"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
time: '09:00'
timezone: 'America/New_York'
groups:
dev-dependencies:
dependency-type: development
update-types:
- minor
- patch
prod-dependencies:
dependency-type: production
update-types:
- minor
- patch
- package-ecosystem: 'github-actions'
directory: '/.github'
schedule:
interval: 'daily'
groups:
workflows:
patterns:
- '.github/workflows/*.yml'
actions:
patterns:
- '.github/actions/**/*.yml'

0 comments on commit f22821c

Please sign in to comment.