Skip to content

Commit

Permalink
[Renovate] Exceptions for Talos and Kubelet and cleanup (#29823)
Browse files Browse the repository at this point in the history
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Boemeltrein <[email protected]>
  • Loading branch information
Boemeltrein authored Dec 29, 2024
1 parent 699c60a commit 27da28c
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 39 deletions.
62 changes: 31 additions & 31 deletions .github/renovate/main.json5
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "conflicted",
"rebaseWhen": "conflicted",
"prConcurrentLimit": 150,
"automergeType": "pr",
"pinDigests": true,
"branchPrefix": "renovate/",
"semanticCommits": "enabled",
"semanticCommits": "enabled",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
gitAuthor: "TrueCharts-Admin <[email protected]>",
"gitAuthor": "TrueCharts-Admin <[email protected]>",
"separateMinorPatch": true,
prHourlyLimit: 0,
semanticCommits: 'enabled',
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"extends": [
"config:recommended",
"github>truecharts/public//.github/renovate/updates/lockfile.json5",
"github>truecharts/public//.github/renovate/updates/pin.json5",
"github>truecharts/public//.github/renovate/updates/digest.json5",
"github>truecharts/public//.github/renovate/updates/patch.json5",
"github>truecharts/public//.github/renovate/updates/minor.json5",
"github>truecharts/public//.github/renovate/updates/major.json5",
"github>truecharts/public//.github/renovate/updates/calver.json5",
"github>truecharts/public//.github/renovate/kinds/astro.json5",
"github>truecharts/public//.github/renovate/kinds/docker.json5",
"github>truecharts/public//.github/renovate/kinds/flux.json5",
"github>truecharts/public//.github/renovate/kinds/githubactions.json5",
"github>truecharts/public//.github/renovate/kinds/go.json5",
"github>truecharts/public//.github/renovate/kinds/helm-values.json5",
"github>truecharts/public//.github/renovate/kinds/helm.json5",
"github>truecharts/public//.github/renovate/special/groups.json5",
"github>truecharts/public//.github/renovate/special/schedules.json5",
"github>truecharts/public//.github/renovate/basics/commitMessage.json5",
"github>truecharts/public//.github/renovate/basics/labels.json5",
"github>truecharts/public//.github/renovate/special/customClusterManagers.json5",
"github>truecharts/public//.github/renovate/special/customRules.json5",
"github>truecharts/public//.github/renovate/special/customVersioning.json5"
],
"prHourlyLimit": 0,
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"extends": [
"config:recommended",
"github>truecharts/public//.github/renovate/updates/lockfile.json5",
"github>truecharts/public//.github/renovate/updates/pin.json5",
"github>truecharts/public//.github/renovate/updates/digest.json5",
"github>truecharts/public//.github/renovate/updates/patch.json5",
"github>truecharts/public//.github/renovate/updates/minor.json5",
"github>truecharts/public//.github/renovate/updates/major.json5",
"github>truecharts/public//.github/renovate/updates/calver.json5",
"github>truecharts/public//.github/renovate/kinds/astro.json5",
"github>truecharts/public//.github/renovate/kinds/docker.json5",
"github>truecharts/public//.github/renovate/kinds/flux.json5",
"github>truecharts/public//.github/renovate/kinds/githubactions.json5",
"github>truecharts/public//.github/renovate/kinds/go.json5",
"github>truecharts/public//.github/renovate/kinds/helm-values.json5",
"github>truecharts/public//.github/renovate/kinds/helm.json5",
"github>truecharts/public//.github/renovate/special/groups.json5",
"github>truecharts/public//.github/renovate/special/schedules.json5",
"github>truecharts/public//.github/renovate/basics/commitMessage.json5",
"github>truecharts/public//.github/renovate/basics/labels.json5",
"github>truecharts/public//.github/renovate/special/customClusterManagers.json5",
"github>truecharts/public//.github/renovate/special/customRules.json5",
"github>truecharts/public//.github/renovate/special/customVersioning.json5",
"github>truecharts/public//.github/renovate/special/customTalosClustertool.json5"
],
// Main Renovate configuration that lists package rules for various paths
"packageRules": [
],
Expand All @@ -52,5 +52,5 @@
"**/resources/**",
"**common/test-chart/tests/**",
"charts/library/common/test-chart/tests/**"
],
]
}
26 changes: 26 additions & 0 deletions .github/renovate/special/customTalosClustertool.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": ["Block automerge for Kubelet and Talos version Patch"],
"matchUpdateTypes": ["patch"],
"automerge": false,
"matchPackageNames": ["ghcr.io/siderolabs/kubelet", "ghcr.io/siderolabs/installer"],
"labels": ["type/patch", "system-upgrade"]
},
{
"description": ["Block automerge for Kubelet and Talos version Minor"],
"matchUpdateTypes": ["minor"],
"automerge": false,
"matchPackageNames": ["ghcr.io/siderolabs/kubelet", "ghcr.io/siderolabs/installer"],
"labels": ["type/minor", "system-upgrade"]
},
{
"description": ["Block automerge for Kubelet and Talos version Major"],
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true,
"matchPackageNames": ["ghcr.io/siderolabs/kubelet", "ghcr.io/siderolabs/installer"],
"labels": ["type/major", "system-upgrade"]
}
]
}
2 changes: 1 addition & 1 deletion .github/renovate/updates/calver.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"versioning": "calver", // Specify CalVer as the versioning strategy
"versioningRegex": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$" // Example regex for CalVer: YYYY.MM or YYYY.MM.DD
}
},
}
}
6 changes: 3 additions & 3 deletions .github/renovate/updates/lockfile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
matchUpdateTypes: ["lockfile"],
automerge: true
"matchUpdateTypes": ["lockfile"],
"automerge": true
}
],
]
}
4 changes: 2 additions & 2 deletions .github/renovate/updates/major.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"major": {
"enabled": true,
"dependencyDashboardApproval": true,
"dependencyDashboardApproval": true
},
"ignore": [
// Add any paths or patterns to ignore specific minor updates, if necessary
],
]
}
4 changes: 2 additions & 2 deletions .github/renovate/updates/pin.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
matchUpdateTypes: ["pin"],
automerge: true
"matchUpdateTypes": ["pin"],
"automerge": true
}
],
"ignore": [
Expand Down

0 comments on commit 27da28c

Please sign in to comment.