Skip to content

Commit cb9d030

Browse files
authored
Reconfigure GitHub (#2970)
1 parent 30e0bb0 commit cb9d030

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/CODEOWNERS

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

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [pivovarit]

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
target-branch: "main"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
time: "02:00"
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
target-branch: "main"
12+
schedule:
13+
interval: "daily"
14+
time: "02:00"

0 commit comments

Comments
 (0)