Skip to content

Commit

Permalink
Execute dependabot weekly and with only one PR
Browse files Browse the repository at this point in the history
Metal-Mighty committed Oct 10, 2024
1 parent e00f853 commit 183fb57
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
@@ -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 183fb57

Please sign in to comment.