Skip to content

Commit 7f20fb3

Browse files
committed
Combine dependabot PRs and add catch-all grouping (microsoft#15856)
1 parent 6965808 commit 7f20fb3

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
163759:
5+
retail:
6+
source:
7+
eslint:
8+
lastModifiedDate: 2026-03-07
9+
psscriptanalyzer:
10+
lastModifiedDate: 2026-03-07
11+
armory:
12+
lastModifiedDate: 2026-03-07
13+
63081:
14+
retail:
15+
source:
16+
eslint:
17+
lastModifiedDate: 2026-03-18
18+
psscriptanalyzer:
19+
lastModifiedDate: 2026-03-18
20+
armory:
21+
lastModifiedDate: 2026-03-18
22+
binary:
23+
binskim:
24+
lastModifiedDate: 2026-03-18
25+
210:
26+
usedNonDefaultBranch: true
27+
retail:
28+
source:
29+
eslint:
30+
lastModifiedDate: 2026-03-26
31+
armory:
32+
lastModifiedDate: 2026-03-26
33+
accessibilityinsights:
34+
lastModifiedDate: 2026-03-26
35+
binary:
36+
binskim:
37+
lastModifiedDate: 2026-03-26

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ updates:
2121
update-types:
2222
- 'minor'
2323
- 'patch'
24+
other-dependencies:
25+
patterns:
26+
- '*'
27+
exclude-patterns:
28+
- '@babel*'
29+
- '@jest*'
30+
- '@rnx-kit*'
31+
update-types:
32+
- 'minor'
33+
- 'patch'
2434
schedule:
2535
interval: daily
2636
time: "05:00"

0 commit comments

Comments
 (0)