Skip to content

Commit ce0b9a8

Browse files
chore: add missing boilerplate (#70)
1 parent 65d2d8a commit ce0b9a8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @RoyalOughtness

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
cooldown:
8+
default-days: 7

0 commit comments

Comments
 (0)