Skip to content

Commit f36e36b

Browse files
authored
chore: update Dependabot configuration (#17)
* chore: add CODEOWNERS file to define repository ownership * chore: update Dependabot configuration - remove deprecated `reviewers` field - add GitHub Actions monthly check
1 parent 1c22690 commit f36e36b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
# @panz3r will be requested for review when someone
6+
# opens a pull request.
7+
* @panz3r

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: monthly
13-
reviewers:
14-
- "panz3r"
13+
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: monthly
1518

1619
- package-ecosystem: "npm"
1720
directory: "/"
1821
schedule:
1922
interval: weekly
2023
day: tuesday
21-
reviewers:
22-
- "panz3r"

0 commit comments

Comments
 (0)