Skip to content

Commit d690620

Browse files
coreosbotdustymabe
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@8881bd7.
1 parent 2443460 commit d690620

File tree

7 files changed

+8
-17
lines changed

7 files changed

+8
-17
lines changed

.gemini/config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
have_fun: true
44
code_review:
55
disable: false
6-
comment_severity_threshold: MEDIUM
6+
comment_severity_threshold: "MEDIUM"
77
max_review_comments: -1
88
pull_request_opened:
99
help: false
10-
summary: false # turned off by default
10+
# Turned off by default
11+
summary: false
1112
code_review: true
1213
ignore_patterns: []

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
version: 2
99
updates:
10-
- package-ecosystem: "github-actions"
11-
directory: "/"
12-
schedule:
13-
interval: "weekly"
14-
labels: ["skip-notes"]
15-
open-pull-requests-limit: 3
16-
groups:
17-
actions:
18-
patterns:
19-
- "*"
2010
- package-ecosystem: cargo
2111
directory: /
2212
schedule:

.github/workflows/container-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
ref: ${{ github.event.inputs.git-tag }}
3232
- name: Build and push container

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Build and push container
2828
uses: coreos/actions-lib/build-container@main
2929
with:

.github/workflows/rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install packages
2828
run: dnf install -y git make mock
2929
- name: Check out repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
# fetch tags for versioning
3232
with:
3333
fetch-depth: 0

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
# https://github.com/actions/checkout/issues/760
2121
- name: Mark git checkout as safe
2222
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kramdown:
1414
ndash: "--"
1515
mdash: "---"
1616

17-
remote_theme: just-the-docs/just-the-docs@v0.10.0
17+
remote_theme: just-the-docs/just-the-docs@v0.12.0
1818
plugins:
1919
- jekyll-remote-theme
2020

0 commit comments

Comments
 (0)