Skip to content

Commit

Permalink
Fix dependabot.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofreczek authored Sep 12, 2024
1 parent 8802ae5 commit 22ff60c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ updates:
interval: daily
time: "04:00"
open-pull-requests-limit: 10

- package-ecosystem: gomod
directory: "/cmd/example"
ignored_updates:
- match:
dependency_name: github.com/krzysztofreczek/go-structurizr
version_requirement: "=0.0.0"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/krzysztofreczek/go-structurizr
versions: "=0.0.0"

- package-ecosystem: gomod
directory: "/cmd/example-yaml"
ignored_updates:
- match:
dependency_name: github.com/krzysztofreczek/go-structurizr
version_requirement: "=0.0.0"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/krzysztofreczek/go-structurizr
versions: "=0.0.0"

0 comments on commit 22ff60c

Please sign in to comment.