Skip to content

Commit 6a7601e

Browse files
committed
[TASK] Define CODEOWNERS
Add .github/dependabot.yml to enable weekly Dependabot updates for GitHub Actions (limit 5 open PRs, apply "bot" label, and use commit prefix "[CHORE](deps)"). Add CODEOWNERS to set @OvertureMaps/omf-public-reviewers as the default owner for the repository. These changes automate dependency updates and establish default code ownership for reviews.
1 parent 58df66e commit 6a7601e

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
updates:
4+
5+
# Maintain GitHub Actions dependencies
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
open-pull-requests-limit: 5
11+
labels:
12+
- "bot"
13+
commit-message:
14+
prefix: "[CHORE](deps)"
15+
include: "scope"

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default owners for everything in the repo
2+
* @overturemaps/omf-public-reviewers

0 commit comments

Comments
 (0)