From 30ebba24cbbdd6bced5a3a7824b6fdbb6565f173 Mon Sep 17 00:00:00 2001 From: chrislujan Date: Tue, 8 Feb 2022 10:06:30 -0800 Subject: [PATCH] configure dependabot to use private github gem/npm registries --- .github/dependabot.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..34f7fc3 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,15 @@ +--- +version: 2 +registries: + npm-github: + type: npm-registry + url: https://npm.pkg.github.com + token: "${{secrets.READ_ONLY_PACKAGES_CCIMU}}" +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + pull-request-branch-name: + separator: "-" + registries: "*"