diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb0632c..2bfb6e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,14 @@ updates: schedule: interval: weekly groups: - patterns: - - "*" + actions-dependencies + patterns: + - "*" + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + groups: + npm-dependencies + patterns: + - "*" \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index 57e25b2..b9181e4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1 @@ -* @advanced-security/advanced-security-dependency-graph -* @advanced-security/oss-maintainers +* @advanced-security/advanced-security-dependency-graph @advanced-security/oss-maintainers