Skip to content

Commit

Permalink
follow up for disabling dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstrema authored Jan 18, 2024
1 parent 84f64dd commit 7ed5cf7
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,13 @@ version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '00:00'
interval: weekly
open-pull-requests-limit: 0
reviewers:
- ecstrema
assignees:
- ecstrema
commit-message:
prefix: fix
prefix-development: chore
include: scope
ignore: all
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '00:00'
interval: weekly
open-pull-requests-limit: 0
reviewers:
- ecstrema
assignees:
- ecstrema
commit-message:
prefix: fix
prefix-development: chore
include: scope
ignore: all

0 comments on commit 7ed5cf7

Please sign in to comment.