From 94e614348be912915b9de3045452ac791c8afc3e Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Thu, 15 Feb 2024 22:31:57 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 148bd53..1c84500 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: monthly + time: '01:00' + labels: + - 'dependencies' + - 'gh-action' +