Skip to content

Commit

Permalink
Adding dependabot config with groups to automate patch and minor upda…
Browse files Browse the repository at this point in the history
…tes (firebase#6678)

* Adding dependabot config with groups to automate patch and minor updates

* format

* formats
  • Loading branch information
joehan authored Feb 5, 2024
1 parent c7fbe64 commit d97d13c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
patch:
update-types:
- "patch"
minor:
update-types:
- "minor"

0 comments on commit d97d13c

Please sign in to comment.