Skip to content

Commit

Permalink
Merge pull request #72 from advanced-security/lsep/fix-depbot-codeowners
Browse files Browse the repository at this point in the history
Fix dependabot config and CODEOWNERS
  • Loading branch information
lseppala authored Oct 25, 2024
2 parents 2f14408 + 5c6120e commit c60f7aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@ updates:
schedule:
interval: weekly
groups:
patterns:
- "*"
actions-dependencies
patterns:
- "*"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
npm-dependencies
patterns:
- "*"
3 changes: 1 addition & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @advanced-security/advanced-security-dependency-graph
* @advanced-security/oss-maintainers
* @advanced-security/advanced-security-dependency-graph @advanced-security/oss-maintainers

0 comments on commit c60f7aa

Please sign in to comment.