Skip to content

Commit

Permalink
test on fork
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <[email protected]>
  • Loading branch information
fredbi committed Jan 25, 2024
1 parent fa242c1 commit d4a8fcf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
interval: "daily"
#interval: "weekly"
#day: "friday"
open-pull-requests-limit: 3 # <- default is 5
groups: # <- group all github actions updates in a single PR
development-dependencies:
Expand All @@ -15,8 +16,9 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
interval: "daily"
#interval: "weekly"
#day: "friday"
open-pull-requests-limit: 3
groups:
development-dependencies:
Expand All @@ -28,3 +30,9 @@ updates:
patterns:
- "github.com/go-openapi/*"

other-direct-dependencies:
dependency-type: production
ignore-patterns:
- "github.com/go-openapi/*"
- "github.com/stretchr/testify"

0 comments on commit d4a8fcf

Please sign in to comment.