Skip to content

Commit 335365d

Browse files
committed
Sync repo templates ⚙
Sync with coreos/repo-templates@f12bf00.
1 parent 677efca commit 335365d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ updates:
1616
open-pull-requests-limit: 10
1717
labels:
1818
- dependency
19+
20+
# Group all updates together in a single PR. We can remove some
21+
# updates from a combined update PR via comments to dependabot:
22+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
23+
groups:
24+
build:
25+
patterns:
26+
- "*"

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
env:
1919
CARGO_TERM_COLOR: always
2020
# Pinned toolchain for linting
21-
ACTIONS_LINTS_TOOLCHAIN: 1.75.0
21+
ACTIONS_LINTS_TOOLCHAIN: 1.84.1
2222

2323
jobs:
2424
tests-stable:

0 commit comments

Comments
 (0)