Skip to content

Commit c21b2fc

Browse files
committed
initial commit
1 parent 1569d4b commit c21b2fc

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
target-branch: "develop"
6+
schedule:
7+
interval: "monthly"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
target-branch: "develop"
11+
schedule:
12+
interval: "monthly"
13+
groups:
14+
GitHubActions-dependencies:
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)