Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
registries:
git-bitbucket-org:
type: git
url: https://bitbucket.org
username: jandockx
password: "${{secrets.GIT_BITBUCKET_ORG_PASSWORD}}"

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: friday
time: "19:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: y18n
versions:
- 4.0.1
- dependency-name: mocha
versions:
- 8.3.0
- dependency-name: mochify
versions:
- 7.0.0
registries:
- git-bitbucket-org