Skip to content

Commit

Permalink
fix(dependabot): add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Dec 14, 2022
1 parent 5220d50 commit 3d7f337
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
target-branch: "development"
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot"
assignees:
- "vincejv"
labels:
- "dependencies"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
target-branch: "development"
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot"
assignees:
- "vincejv"
labels:
- "dependencies"
- "ci-cd"

0 comments on commit 3d7f337

Please # to comment.