Skip to content

Commit 89e9ca6

Browse files
Turbo87Mark-Simulacrum
authored andcommitted
renovate: Enable Rust version update PRs in CI workflow definition
1 parent 6e27b89 commit 89e9ca6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
":pinAllExceptPeerDependencies",
55
":maintainLockFilesWeekly",
66
":semanticCommitsDisabled",
7+
"regexManagers:githubActionsVersions",
78
],
89
}

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77

88
env:
9+
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
910
RUST_VERSION: 1.75.0
1011

1112
jobs:

0 commit comments

Comments
 (0)