Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Sep 18, 2024
1 parent 863199f commit 1d897fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Set update schedule for GitHub Actions

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
commit-message:
prefix: "[dependabot] "
Expand All @@ -20,9 +17,9 @@ updates:
- package-ecosystem: pip
directory: /docs
schedule:
interval: daily
interval: weekly

- package-ecosystem: maven
directory: /
schedule:
interval: daily
interval: weekly

0 comments on commit 1d897fd

Please sign in to comment.