Skip to content

Commit 98f6ae2

Browse files
authored
Merge pull request #113 from rnc/BR1
Add dependabot
2 parents 513d6a8 + 2f42529 commit 98f6ae2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven" # See documentation for possible values
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "weekly"
7+
8+
- package-ecosystem: "github-actions" # Also update Github actions
9+
directory: "/"
10+
schedule:
11+
# Check for updates to GitHub Actions every week
12+
interval: "weekly"

0 commit comments

Comments
 (0)