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