Skip to content

Commit

Permalink
disable dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Jan 7, 2025
1 parent 12165cf commit 96886f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# NOTE: all ecosystems are set to 0, because we do our own dependencies upgrades. This configuration is just to make
# GitHub aware of the relevant ecosystems we use.

version: 2
updates:
Expand All @@ -15,6 +17,7 @@ updates:
# https://github.com/node-fetch/node-fetch#commonjs
- dependency-name: node-fetch
versions: ["3.x"]
open-pull-requests-limit: 0

- package-ecosystem: bundler
directory: /docs
Expand All @@ -24,10 +27,12 @@ updates:
timezone: Europe/Berlin
allow:
- dependency-type: direct
open-pull-requests-limit: 0

- package-ecosystem: github-actions
directory: /.github
schedule:
interval: daily
time: "11:00"
timezone: Europe/Berlin
open-pull-requests-limit: 0

0 comments on commit 96886f2

Please sign in to comment.