Skip to content

Commit

Permalink
Merge pull request #1 from microsoftgraph/feature/repo-setup
Browse files Browse the repository at this point in the history
feature/repo setup
  • Loading branch information
baywet authored Jan 26, 2024
2 parents 92d7329 + 84a4a7e commit 7a670c6
Show file tree
Hide file tree
Showing 24 changed files with 3,869 additions and 410 deletions.
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.js
*.js.map
*.d.ts

node_modules
dist
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @baywet @darrelmiller @zengin @MichaelMainer @ddyett @gavinbarron @koros @andrueastman
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
# Prefix all commit messages with "npm"
prefix: "auto dependabot"

- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
# Prefix all commit messages with "npm"
prefix: "auto dependabot"
groups:
eslint:
patterns:
- "*eslint*"
Loading

0 comments on commit 7a670c6

Please sign in to comment.