Skip to content

Commit

Permalink
group dependabot prs by patch (#4317)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Jan 5, 2024
1 parent 21621bf commit 481ea56
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 @@ -7,7 +7,7 @@ updates:
directory: "/web"
schedule:
interval: "daily"
time: "17:10"
time: "17:20"
labels:
- "dependabot"
- "javascript"
Expand All @@ -16,19 +16,22 @@ updates:
security:
update-types:
- "patch"
- "minor"

## Go mod

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "11:00"
time: "17:20"
labels:
- "dependabot"
- "go"
- "type::security"
groups:
security:
update-types:
- "patch"
ignore:
- dependency-name: "github.com/dexidp/dex"

Expand Down

0 comments on commit 481ea56

Please sign in to comment.