Skip to content

Commit

Permalink
Merge pull request #306 from salesforce/dependency_updates
Browse files Browse the repository at this point in the history
Configure dependabot and codeowners
  • Loading branch information
colincasey authored Oct 20, 2023
2 parents 7150204 + 8f7ee54 commit ec18881
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @awaterma @colincasey @wjhsf
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ec18881

Please sign in to comment.