chore: remove dependabot and minor whitespace cleanup

Universal Blue has a bespoke dependabot running and does not need the default config.
This commit is contained in:
Benjamin Sherman
2025-11-02 15:59:52 -06:00
parent 9f41aa30c5
commit 399916e3a2
5 changed files with 4 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@@ -7,7 +7,7 @@ on:
paths-ignore:
- "**.md"
schedule:
- cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
- cron: "50 2 * * *" # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
workflow_dispatch:
jobs:

View File

@@ -7,7 +7,7 @@ on:
paths-ignore:
- "**.md"
schedule:
- cron: '55 2 * * *' # 2:55am-ish UTC everyday (approx 50 minutes after akmods images run)
- cron: "55 2 * * *" # 2:55am-ish UTC everyday (approx 50 minutes after akmods images run)
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ on:
workflow_call:
inputs:
coreos_version:
description: 'The CoreOS stream: stable or testing'
description: "The CoreOS stream: stable or testing"
required: true
type: string
env:

View File

@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"]
}