Add dependabot

This commit is contained in:
Alexandre Alapetite 2025-01-17 08:31:26 +01:00
parent a86b904ea4
commit 0e8c6c33aa
No known key found for this signature in database
GPG key ID: 3A7556452A07908C

25
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,25 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
groups:
eslint:
patterns:
- "*eslint*"
- "globals"
- "neostandard"
stylelint:
patterns:
- "*stylelint*"
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "monthly"