File tree Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "description" : " THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT." ,
4+ "prHeader" : " Update Request | Renovate Bot" ,
5+ "extends" : [
6+ " :dependencyDashboard" ,
7+ " :gitSignOff" ,
8+ " :semanticCommitScopeDisabled" ,
9+ " schedule:earlyMondays"
10+ ],
11+ "packageRules" : [
12+ {
13+ "groupName" : " dependencies" ,
14+ "matchUpdateTypes" : [
15+ " major" ,
16+ " minor" ,
17+ " patch" ,
18+ " pin" ,
19+ " digest"
20+ ]
21+ }
22+ ],
23+ "separateMajorMinor" : false
24+ }
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-06-12T13:35:12Z by kres 90445df .
3+ # Generated on 2025-03-07T10:02:46Z by kres d88db2f .
44
55name : default
66concurrency :
2929 - self-hosted
3030 - pkgs
3131 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
32- services :
33- buildkitd :
34- image : moby/buildkit:v0.14.0
35- options : --privileged
36- ports :
37- - 1234:1234
38- volumes :
39- - /var/lib/buildkit/${{ github.repository }}:/var/lib/buildkit
40- - /usr/etc/buildkit/buildkitd.toml:/etc/buildkit/buildkitd.toml
4132 steps :
4233 - name : gather-system-info
4334 id : system-info
7768 - endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
7869 platforms: linux/arm64
7970 driver : remote
80- endpoint : tcp://127.0.0.1 :1234
71+ endpoint : tcp://buildkit-amd64.ci.svc.cluster.local :1234
8172 - name : build
8273 run : |
8374 make
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2023-11-20T10:44:06Z by kres latest .
3+ # Generated on 2025-03-07T10:02:46Z by kres d88db2f .
44
55name : slack-notify
66" on " :
@@ -24,11 +24,12 @@ jobs:
2424 run : |
2525 echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2626 - name : Slack Notify
27- uses : slackapi/slack-github-action@v1
27+ uses : slackapi/slack-github-action@v2
2828 with :
29- channel-id : proj-talos-maintainers
29+ method : chat.postMessage
3030 payload : |
3131 {
32+ "channel": "proj-talos-maintainers",
3233 "attachments": [
3334 {
3435 "color": "${{ github.event.workflow_run.conclusion == 'success' && '#2EB886' || github.event.workflow_run.conclusion == 'failure' && '#A30002' || '#FFCC00' }}",
8889 }
8990 ]
9091 }
91- env :
92- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
92+ token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments