Skip to content

Commit

Permalink
Introducing dependabot for npm & composer
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Sep 20, 2024
1 parent b744109 commit 02e0629
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Inspired by: https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
dev-symfony-and-webpack-dependencies:
dependency-type: "development"
patterns:
- "@symfony/*"
- "webpack*"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
- package-ecosystem: "composer"
groups:
php:
applies-to: security-updates
update-types:
- "minor"
- "patch"

0 comments on commit 02e0629

Please sign in to comment.