Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into dependabot/add-v2-config-file
  • Loading branch information
Rose2161 authored Dec 15, 2021
commit 074dcf1cb9bbf2f3ed977d9265631bd1cf6d33fb
29 changes: 24 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
version: 2

version: 3
updates:
- package-ecosystem: pip
#Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
schedule:
interval: "daily"

#Maintain dependencies for github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
You are viewing a condensed version of this merge commit. You can view the full changes here.