Skip to content

Commit

Permalink
feat(dependabot): add automatic dependency update
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
megamegax and davidSchuppa committed Feb 27, 2024
1 parent 5771d88 commit 5e42455
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "gradle"
target-branch: "dev"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
target-branch: "dev"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
open-pull-requests-limit: 5

0 comments on commit 5e42455

Please sign in to comment.