Skip to content

Commit c0e0124

Browse files
Repo File Sync: Add pip and action groups (#90)
synced local file(s) with [OpenDevicePartnership/patina-devops](https://github.com/OpenDevicePartnership/patina-devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#23925677563](https://github.com/OpenDevicePartnership/patina-devops/actions/runs/23925677563) Signed-off-by: Patina Automation Bot <patina@microsoft.com> Co-authored-by: patina-automation[bot] <196234736+patina-automation[bot]@users.noreply.github.com>
1 parent ad1596e commit c0e0124

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ updates:
4141
ignore:
4242
# Ignore dependencies that are synced from patina-devops
4343
- dependency-name: "OpenDevicePartnership/patina-devops*"
44+
groups:
45+
all-actions-dependencies:
46+
patterns:
47+
- "*"
4448
commit-message:
4549
prefix: "GitHub Action"
4650
labels:
@@ -55,6 +59,10 @@ updates:
5559
day: "wednesday"
5660
timezone: "America/Los_Angeles"
5761
time: "01:00"
62+
groups:
63+
all-pip-dependencies:
64+
patterns:
65+
- "*"
5866
commit-message:
5967
prefix: "pip"
6068
labels:

0 commit comments

Comments
 (0)