Skip to content

Commit d9e1044

Browse files
authored
ci: adding initial pipelines (#27)
* ci: adding initial pipelines * fixing codeowners
1 parent 2013cac commit d9e1044

File tree

8 files changed

+751
-0
lines changed

8 files changed

+751
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @waldekmastykarz @gavinbarron @garrytrinder @sebastienlevert @MichaelMainer

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: nuget
4+
directory: "/msgraph-developer-proxy"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 5
8+
labels:
9+
- proxy

0 commit comments

Comments
 (0)