Skip to content

Commit

Permalink
Execute dependabot weekly and with only one PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Metal-Mighty committed Oct 1, 2024
1 parent c89dbf2 commit 1f646d0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 1

# Maintain dependencies the LoRa Engine
- package-ecosystem: "nuget"
directory: "/src/"
schedule:
interval: "daily"
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 1

0 comments on commit 1f646d0

Please sign in to comment.