1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Update dependabot.yml

Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
L3D 2023-10-29 16:30:52 +01:00 committed by GitHub
parent 61c99851fb
commit 9bb23d8da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,12 @@
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates # See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"