Skip to content

Commit a757189

Browse files
authored
Merge pull request #33 from fastly/codeowners-and-dependabot
Reset CODEOWNERS and enable Dependabot.
2 parents d451221 + 570348a commit a757189

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/CODEOWNERS

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/README.md @fastly/developer-relations
2-
/fastly.toml @fastly/developer-relations
1+
* @fastly/developer-relations

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: weekly

0 commit comments

Comments
 (0)