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: "*"