ci: update workflow config

This commit is contained in:
sebthom
2024-12-22 22:20:23 +01:00
parent a738f0748d
commit cde3250ab8
4 changed files with 29 additions and 25 deletions

View File

@@ -1,17 +1,17 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "17:00"
commit-message:
prefix: ci
prefix-development: ci
include: scope
labels:
- pinned
- dependencies
- gha
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "17:00"
commit-message:
prefix: ci
prefix-development: ci
include: scope
labels:
- pinned
- dependencies
- gha