renovate deletions and such
This commit is contained in:
-23
@@ -1,23 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
dryRun: false,
|
|
||||||
username: "truecharts-admin",
|
|
||||||
gitAuthor: "truecharts-admin <bot@truecharts.org>",
|
|
||||||
onboarding: false,
|
|
||||||
platform: "github",
|
|
||||||
repositories: ["truecharts/truetool"],
|
|
||||||
packageRules: [
|
|
||||||
{
|
|
||||||
description: "lockFileMaintenance",
|
|
||||||
matchUpdateTypes: [
|
|
||||||
"pin",
|
|
||||||
"digest",
|
|
||||||
"patch",
|
|
||||||
"minor",
|
|
||||||
"major",
|
|
||||||
"lockFileMaintenance",
|
|
||||||
],
|
|
||||||
dependencyDashboardApproval: false,
|
|
||||||
stabilityDays: 0,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
};
|
|
||||||
-23
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"semanticCommits": "enabled",
|
|
||||||
"extends": ["helpers:pinGitHubActionDigests"],
|
|
||||||
"dependencyDashboard": true,
|
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
|
||||||
"suppressNotifications": ["prIgnoreNotification"],
|
|
||||||
"commitMessageTopic": "{{depName}}",
|
|
||||||
"commitMessageExtra": "to {{newVersion}}",
|
|
||||||
"commitMessageSuffix": "",
|
|
||||||
"rebaseWhen": "conflicted",
|
|
||||||
"prConcurrentLimit": 100,
|
|
||||||
"pinDigests": true,
|
|
||||||
"automerge": true,
|
|
||||||
"gitAuthor": "TrueCharts-Admin <bot@truecharts.org>",
|
|
||||||
"packageRules": [
|
|
||||||
// Setup datasources for github actions
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"commitMessageTopic": "github-action {{depName}} [skip ci]",
|
|
||||||
"automerge": true,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
-18
@@ -1,18 +0,0 @@
|
|||||||
name: Renovate
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 */6 * * *"
|
|
||||||
jobs:
|
|
||||||
renovate:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
|
||||||
- name: Self-hosted Renovate
|
|
||||||
uses: renovatebot/github-action@927d318430b8127887559d9721fdfcaaa4646fb9 # v35.2.0
|
|
||||||
with:
|
|
||||||
configurationFile: .github/renovate-config.js
|
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
name: "Lint and Test"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
shellcheck:
|
|
||||||
name: Shellcheck
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
|
||||||
- name: Run ShellCheck
|
|
||||||
uses: ludeeus/action-shellcheck@master
|
|
||||||
with:
|
|
||||||
check_together: "yes"
|
|
||||||
env:
|
|
||||||
SHELLCHECK_OPTS: -e SC2154
|
|
||||||
|
|
||||||
pre-commit:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
|
||||||
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
|
|
||||||
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
|
|
||||||
Reference in New Issue
Block a user