Skip to content

Commit

Permalink
Enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Nov 24, 2022
1 parent 825bc8c commit 1a9439a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://github.com/pixiebrix/eslint-config-pixiebrix/network/updates
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: sunday
time: "08:42"
timezone: Etc/UTC
versioning-strategy: increase # Update package.json too https://stackoverflow.com/a/66819358/288906
open-pull-requests-limit: 20
reviewers:
- fregante
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: sunday
time: "08:42"
timezone: Etc/UTC
open-pull-requests-limit: 20
reviewers:
- fregante

0 comments on commit 1a9439a

Please sign in to comment.