Skip to content

Commit

Permalink
add dependabot.yml (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
  • Loading branch information
sayaliM0412 and Sayali M authored Jul 29, 2024
1 parent 1bcd090 commit 03910db
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
pull-request-branch-name:
separator: "-"
labels:
- "sdou"

- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
pull-request-branch-name:
separator: "-"
labels:
- "sdou"

0 comments on commit 03910db

Please sign in to comment.