diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 90e05c4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -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" diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index 96fca89..a9816a4 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -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: diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 7bca034..ed68188 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -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: diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index f93d714..1e886d5 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -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: diff --git a/renovate.json b/renovate.json index 5db72dd..22a9943 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended"] }