Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2025 O21 contributors <https://github.com/ForNeVeR/O21>
# SPDX-FileCopyrightText: 2021-2026 O21 contributors <https://github.com/ForNeVeR/O21>
#
# SPDX-License-Identifier: MIT

Expand All @@ -8,6 +8,7 @@ on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2025 O21 contributors <https://github.com/ForNeVeR/O21>
# SPDX-FileCopyrightText: 2021-2026 O21 contributors <https://github.com/ForNeVeR/O21>
#
# SPDX-License-Identifier: MIT

Expand All @@ -8,6 +8,7 @@ on:
push:
branches:
- main
- renovate/**
tags:
- v*
pull_request:
Expand Down
4 changes: 3 additions & 1 deletion Scripts/github-actions.fsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let licenseHeader = """
# SPDX-FileCopyrightText: 2021-2025 O21 contributors <https://github.com/ForNeVeR/O21>
# SPDX-FileCopyrightText: 2021-2026 O21 contributors <https://github.com/ForNeVeR/O21>
#
# SPDX-License-Identifier: MIT

Expand Down Expand Up @@ -49,6 +49,7 @@ let workflows = [
workflow "main" [
name "Main"
onPushTo "main"
onPushTo "renovate/**"
onPullRequestTo "main"
onSchedule "0 0 * * 6"
onWorkflowDispatch
Expand Down Expand Up @@ -143,6 +144,7 @@ let workflows = [
workflow "release" [
name "Release"
onPushTo "main"
onPushTo "renovate/**"
onPushTags "v*"
onPullRequestTo "main"
onSchedule "0 0 * * 6"
Expand Down
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@
"config:recommended"
],
"automerge": true,
"automergeType": "branch",
"customManagers": [
{
"description": "Update the Generaptor package.",
"customType": "regex",
"managerFilePatterns": [
"scripts/github-actions.fsx"
],
"matchStrings": [
"#r \"nuget: (?<depName>.+), (?<currentValue>\\S+)\""
],
"datasourceTemplate": "nuget"
},
{
"description": "Update the GitHub Actions runners.",
"customType": "regex",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2024 O21 contributors <https://github.com/ForNeVeR/O21>
SPDX-FileCopyrightText: 2024-2026 O21 contributors <https://github.com/ForNeVeR/O21>

SPDX-License-Identifier: MIT