Skip to content

Commit 6232d11

Browse files
chore: update renovate (#1139)
1 parent fe38863 commit 6232d11

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"packageRules": [
1919
{
2020
"matchManagers": [ "nuget" ],
21-
"matchPackageNames": [ "OpenTelemetry.Instrumentation.Process" ],
21+
"matchPackageNames": [
22+
"OpenTelemetry.Instrumentation.Process",
23+
"OpenTelemetry.Resources.OperatingSystem"
24+
],
2225
"ignoreUnstable": false,
2326
"respectLatest": false
2427
},
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Validate Renovate Config
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- .github/renovate.json
7+
types: [opened, reopened, synchronize]
8+
9+
jobs:
10+
call-workflow:
11+
permissions:
12+
contents: read
13+
uses: IvanJosipovic/templates/.github/workflows/validate-renovate-config.yaml@main

0 commit comments

Comments
 (0)