Skip to content

Commit

Permalink
Use grouped version updates for Dependabot (#15920)
Browse files Browse the repository at this point in the history
* Use grouped version updates for dependabot

* Remove actions/combine-prs and its comments

* Fix putting rest of package together
  • Loading branch information
shenxianpeng committed May 8, 2024
1 parent c0f7789 commit 8c51e0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 44 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ updates:
# Keep both psycopg and psycopg-c together
patterns:
- "psycopg*"
python-package:
# Keep rest of package together
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
merge_group:
types: [checks_requested]
workflow_dispatch: # generally only for the "combine-prs" workflow
workflow_dispatch:
permissions:
id-token: write
contents: read
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/combine-prs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
merge_group:
types: [checks_requested]
workflow_dispatch: # generally only for the "combine-prs" workflow
workflow_dispatch:
permissions:
contents: read
concurrency:
Expand Down

0 comments on commit 8c51e0a

Please sign in to comment.