mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 10:20:49 +00:00
chore: remove dependabot and minor whitespace cleanup (#300)
This commit is contained in:
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -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"
|
||||
2
.github/workflows/build-stable.yml
vendored
2
.github/workflows/build-stable.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/build-testing.yml
vendored
2
.github/workflows/build-testing.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/reusable-build.yml
vendored
2
.github/workflows/reusable-build.yml
vendored
@@ -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:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
"extends": ["config:recommended"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user