From: Cezar Craciunoiu Date: Mon, 16 Oct 2023 13:20:26 +0000 (+0300) Subject: .github: Enable dependabot for action bumping X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F1140%2Fhead;p=unikraft%2Funikraft.git .github: Enable dependabot for action bumping Signed-off-by: Cezar Craciunoiu --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..03043f490 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + day: sunday + time: '09:00' + commit-message: + prefix: ".github/workflows"