From 1aa41d5e5c4634db8dc67eb955ec638e139b232c Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 18 Dec 2025 13:34:54 +1100 Subject: [PATCH] Add dependabot --- .github/dependabot.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..e98037b49 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,19 @@ +version: 2 +enable-beta-ecosystems: true +updates: + # Github actions ecosystem. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + # Pub ecosystem. + - package-ecosystem: "pub" + versioning-strategy: "increase-if-necessary" + directory: "/" + schedule: + interval: "daily" + # Node ecosystem. + - package-ecosystem: 'npm' + directory: '/functions/' + schedule: + interval: 'daily' \ No newline at end of file