diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3be688ff --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @awaterma @colincasey @wjhsf diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..212d8914 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + - "npm" + - "skip changelog" + groups: + production-dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch"