From ba9c78868018069c3ea64d49503553dc074ccc88 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 23 Feb 2024 13:44:52 -0600 Subject: [PATCH] Add dependabot config (#1926) --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d4d24d416 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: ["internal"] + groups: + artifacts: + # Group upload/download artifact updates, the versions are dependent + patterns: + - "actions/*-artifact" + + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + labels: ["internal"]