Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Harböck <[email protected]>
  • Loading branch information
Pharb authored Oct 4, 2024
1 parent 478e4ad commit eaec0d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
applies-to: version-updates
patterns:
- "*"
exclude-patterns:
- "web-ext"

0 comments on commit eaec0d8

Please sign in to comment.