From 52c30bd6dfbcedd201d68fc69fc67d17f91618a9 Mon Sep 17 00:00:00 2001 From: Jairo Suarez Date: Sat, 8 Aug 2026 20:46:14 +0200 Subject: [PATCH] ci: extend dependabot coverage to release branches 1.0, 1.1, 1.2 --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fc81b26 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/build-tools/oss-attribution/oss-attribution-generator" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/build-tools/oss-attribution/oss-attribution-generator" + schedule: + interval: "weekly" + target-branch: "1.0" + - package-ecosystem: "npm" + directory: "/build-tools/oss-attribution/oss-attribution-generator" + schedule: + interval: "weekly" + target-branch: "1.1" + - package-ecosystem: "npm" + directory: "/build-tools/oss-attribution/oss-attribution-generator" + schedule: + interval: "weekly" + target-branch: "1.2"