Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#133)
Browse files Browse the repository at this point in the history
* Upgrade to GitHub-native Dependabot

* Update dependabot.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Dominik Schilling <[email protected]>
  • Loading branch information
dependabot-preview[bot] and ocean90 authored May 12, 2021
1 parent 9f917df commit 2b0b83a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "04:00"
timezone: "Europe/Zurich"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "04:00"
timezone: "Europe/Zurich"
# Temporarily disable version updates for npm dependencies until plugin is in active development again
open-pull-requests-limit: 0

0 comments on commit 2b0b83a

Please sign in to comment.