Skip to content

Commit

Permalink
disable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Dec 12, 2023
1 parent f609d6a commit a98e365
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,16 @@
version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: "/"
target-branch: master
open-pull-requests-limit: 0
schedule:
interval: daily
time: "00:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10
commit-message:
prefix: fix
prefix-development: chore
include: scope
ignore:
- dependency-name: "*"
# Ignore patch versions
update-types: ["version-update:semver-patch"]
labels:
- "skip changelog check"
# Fetch and update latest `github-actions` pkgs
directory: "/"
target-branch: dev
- package-ecosystem: github-actions
directory: "/"
target-branch: master
target-branch: dev
schedule:
interval: daily
time: "00:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- "skip changelog check"
open-pull-requests-limit: 0

0 comments on commit a98e365

Please sign in to comment.