Add dependabot.yml

This commit is contained in:
Ferry Cools
2025-05-17 13:36:04 +02:00
committed by GitHub
parent f6a7e80004
commit 01c8f162a2

20
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# 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"
labels:
- "dependencies"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "actions"
pull-request-branch-name:
separator: "-"