Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade to GitHub-native Dependabot #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Upgrade to GitHub-native Dependabot
  • Loading branch information
dependabot-preview[bot] authored Apr 29, 2021
commit b1e21aaab67baba906e3ca2ef03d829f92dd9c99
12 changes: 0 additions & 12 deletions .dependabot/config.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
registries:
npm-registry-npm-pkg-github-com:
type: npm-registry
url: https://npm.pkg.github.com
token: "${{secrets.NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN}}"

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "08:00"
timezone: Europe/Berlin
open-pull-requests-limit: 10
versioning-strategy: increase
ignore:
- dependency-name: eslint-config-prettier
versions:
- 8.0.0
- 8.1.0
commit-message:
prefix: ""
registries:
- npm-registry-npm-pkg-github-com