diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..c703f63c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ + +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: daily + target-branch: enh/refactor-nested + +updates: + - package-ecosystem: npm + directory: /c-pac/ + schedule: + interval: daily + target-branch: enh/refactor-nested