From 00a13c3029b8cb4088d678ef78312cceda61ed58 Mon Sep 17 00:00:00 2001 From: tommytrg Date: Tue, 26 Dec 2023 18:03:06 +0100 Subject: [PATCH] ci: add dependabot configuration file --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..f41c25e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +version: 2 +updates: + # Fetch and update latest `pub` packages + - package-ecosystem: pub + directory: '/' + schedule: + interval: daily + # Fetch and update latest `github-actions` pkgs + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily