Skip to content

Commit a454260

Browse files
chore: add boilerplate
1 parent 86ee867 commit a454260

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/CODEOWNERS

Whitespace-only changes.

.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

.github/semantic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: true
2+
titleOnly: true

0 commit comments

Comments
 (0)