From bfc741b16452097f65cc4cc147766a0ba4b1c11c Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Thu, 5 Oct 2023 16:00:34 +0200 Subject: [PATCH] feat(ci): add dependabot (#38) --- .config/dictionaries/project.dic | 3 ++- .github/dependabot.yml | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.config/dictionaries/project.dic b/.config/dictionaries/project.dic index 0d8901cbf87..54de49fca19 100644 --- a/.config/dictionaries/project.dic +++ b/.config/dictionaries/project.dic @@ -7,4 +7,5 @@ localizable mdlint pubspec rustc -Traceback +stevenj +Traceback \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..2cd2556849d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,42 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + assignees: + - "minikin" + - "stevenj" + + - package-ecosystem: "pub" + directory: "/catalyst_voices" + schedule: + interval: "monthly" + assignees: + - "minikin" + + - package-ecosystem: "pub" + directory: "/catalyst_voices_packages" + schedule: + interval: "monthly" + assignees: + - "minikin" + + - package-ecosystem: "cargo" + directory: "/athena" + schedule: + interval: "monthly" + assignees: + - "stevenj" + + - package-ecosystem: "cargo" + directory: "/catalyst-voices-backend" + schedule: + interval: "monthly" + assignees: + - "stevenj" \ No newline at end of file