Skip to content

Commit a3ca59f

Browse files
authored
Merge pull request #16 from fastly/codeowners-and-dependabot
Reset CODEOWNERS and enable Dependabot.
2 parents e9b570d + 6164023 commit a3ca59f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 4 deletions
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

Lines changed: 6 additions & 0 deletions
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)