Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palpalani committed Jun 16, 2022
1 parent 052a58c commit 579aee1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:

# Maintain dependencies for npm.
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
labels:
- dependencies
versioning-strategy: increase
rebase-strategy: disabled

# Maintain dependencies for Composer.
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
labels:
- dependencies
versioning-strategy: increase-if-necessary
rebase-strategy: disabled

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"

0 comments on commit 579aee1

Please sign in to comment.