Skip to content

Commit

Permalink
Set up Dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed May 24, 2024
1 parent b7ce7e0 commit e97e8ec
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:
- package-ecosystem: "github-actions"
schedule:
interval: "monthly"

- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "monthly"
groups:
dev-dependencies:
applies-to: "version-updates"
dependency-type: "development"
exclude-patterns:
# These dependencies are responsible for code generation. Updating them
# likely also requires regenerating code, so it’s a good idea to update
# them separately from other dev dependencies.
- "@hey-api/*"

- package-ecosystem: "docker"
directory: "/frontend"
schedule:
interval: "monthly"

- package-ecosystem: "pip"
directory: "/backend"
schedule:
interval: "monthly"
groups:
dev-dependencies:
applies-to: "version-updates"
dependency-type: "development"
exclude-patterns:
# Maintain option to merge typeshed packages separately, to ensure they
# are in sync with the respective package.
- "types-*"

- package-ecosystem: "docker"
directory: "/frontend"
schedule:
interval: "monthly"

0 comments on commit e97e8ec

Please sign in to comment.