From: Jörg Thalheim Date: Sun, 18 Jun 2023 12:22:57 +0000 (+0700) Subject: add dependabot config to keep github ci actions up-to-date X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2bbb23812c83817f3316c96b4599781d475fbe0f;p=bcachefs-tools-debian add dependabot config to keep github ci actions up-to-date --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"