From dfba46d779beadc2daf829cbc774b10a0bff3d1d Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 31 Jan 2024 12:08:03 -0800 Subject: [PATCH 1/3] Create dependabot.yml Not sure if this is correct, but figured might as well give it a try. --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f0100f0b2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pub" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 37dc0c41a1d09756cb2e5709379cacfd299f1263 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 31 Jan 2024 12:11:12 -0800 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0100f0b2..5f43b3222 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From a66354ceea04549e4601143e8d0102b37cfdbd28 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 7 Feb 2024 18:03:08 -0600 Subject: [PATCH 3/3] add pub packages and groups --- .github/dependabot.yml | 68 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f43b3222..06524a1ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,75 @@ version: 2 updates: - - package-ecosystem: "pub" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pub" + directory: "/packages/artifact_proxy" schedule: interval: "weekly" + groups: + artifact_proxy-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/discord_gcp_alerts" + schedule: + interval: "weekly" + groups: + discord_gcp_alerts-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/jwt" + schedule: + interval: "weekly" + groups: + jwt-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/redis_client" + schedule: + interval: "weekly" + groups: + redis_client-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/scoped" + schedule: + interval: "weekly" + groups: + scoped-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/shorebird_cli" + schedule: + interval: "weekly" + groups: + shorebird_cli-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/shorebird_code_push_client" + schedule: + interval: "weekly" + groups: + shorebird_code_push_client-deps: + patterns: + - "*" + - package-ecosystem: "pub" + directory: "/packages/shorebird_code_push_protocol" + schedule: + interval: "weekly" + groups: + shorebird_code_push_protocol-deps: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + gh-deps: + patterns: + - "*"