Skip to content

Commit

Permalink
Simplify dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
daanboer committed Jun 30, 2023
1 parent 559cf39 commit 1465061
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,24 @@ version: 2

updates:
- package-ecosystem: npm
directory: /packages/schema
directory: /
schedule:
interval: weekly
day: sunday
versioning-strategy: increase
labels:
- "dependencies: schema"
- package-ecosystem: npm
directory: /packages/database
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: database"
- package-ecosystem: npm
directory: /packages/converter
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: converter"
- "dependencies: node"

- package-ecosystem: cargo
directory: /packages/converter
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: converter"
- package-ecosystem: npm
directory: /app
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: application"
- "dependencies: rust"

- package-ecosystem: github-actions
directory: "/"
directory: /
schedule:
interval: daily
labels:
Expand Down

0 comments on commit 1465061

Please sign in to comment.