Skip to content

Commit fc24983

Browse files
authored
Merge pull request #3 from hi-rustin/master
Merge master to stable
2 parents 489a45e + 99b6d5e commit fc24983

File tree

209 files changed

+9532
-6522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+9532
-6522
lines changed

.cirrus.yml

-16
This file was deleted.

.github/renovate.json

+24-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,34 @@
77
"dependencies"
88
],
99
"lockFileMaintenance": {
10-
"enabled": true
10+
"enabled": true,
11+
"automerge": true
1112
},
1213
"prCreation": "not-pending",
13-
"rangeStrategy": "replace",
14+
"rangeStrategy": "update-lockfile",
1415
"stabilityDays": 3,
1516
"github-actions": {
1617
"fileMatch": [
1718
"^ci\\/.*/[^/]+\\.ya?ml$"
1819
]
19-
}
20-
}
20+
},
21+
"packageRules": [
22+
{
23+
"matchManagers": ["cargo"],
24+
"matchUpdateTypes": ["patch"],
25+
"enabled": false
26+
},
27+
{
28+
"matchManagers": ["cargo"],
29+
"matchUpdateTypes": ["minor"],
30+
"matchCurrentVersion": "!/^0/",
31+
"enabled": false
32+
},
33+
{
34+
"matchPackagePatterns": [
35+
"opentelemetry"
36+
],
37+
"groupName": "opentelemetry"
38+
}
39+
]
40+
}

.github/workflows/centos-fmt-clippy-on-all.yaml

-96
This file was deleted.

0 commit comments

Comments
 (0)