Update security config

This commit is contained in:
Dan Harrin
2026-06-13 18:19:11 +01:00
parent 6b3e05614b
commit 43160e3947
8 changed files with 34 additions and 19 deletions

View File

@@ -1,16 +1,31 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
interval: weekly
open-pull-requests-limit: 10
cooldown:
default-days: 7
labels:
- "dependencies"
- "github_actions"
- dependencies
- package-ecosystem: composer
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 0
cooldown:
default-days: 7
labels:
- dependencies
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 0
cooldown:
default-days: 7
labels:
- dependencies