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"