Skip to content

Commit 6164023

Browse files
committed
Reset CODEOWNERS and enable Dependabot.
1 parent e9b570d commit 6164023

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/CODEOWNERS

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/README.md @fastly/developer-relations
2-
/fastly.toml @fastly/developer-relations
3-
*.rs @fastly/ecp-sdk-sme-rust
4-
/Cargo.toml @fastly/ecp-sdk-sme-rust
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)