Skip to content

Commit

Permalink
ci: update Dependabot config, and GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhesh Mhadnak <[email protected]>
  • Loading branch information
sid-maddy committed Aug 10, 2024
1 parent 3ec1bb8 commit 7306868
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ updates:
- package-ecosystem: docker
directories:
- kubernetes/chart
- kubernetes/manifests/cert-manager
- kubernetes/manifests/discord
- kubernetes/manifests/discord/bot
- kubernetes/manifests/dragonfly
- kubernetes/manifests/dragonfly/client
- kubernetes/manifests/dragonfly/loader
- kubernetes/manifests/dragonfly/mainframe
- kubernetes/manifests/dragonfly/reporter
schedule:
interval: monthly
12 changes: 6 additions & 6 deletions .github/workflows/bash-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: CI - Bash
name: Bash CI

on:
pull_request:
push:
branches:
- main
pull_request:

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
name: ShellCheck

runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/kubernetes-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI - Kubernetes
name: Kubernetes CI

on:
pull_request:
Expand All @@ -23,17 +23,16 @@ jobs:
fail-fast: false
matrix:
kubernetes-version:
- '1.27'
- '1.30'

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21'
go-version: '1.22'

- name: Install `kubectl-validate`
run: go install -ldflags='-s -w' -race -trimpath sigs.k8s.io/kubectl-validate@latest
Expand Down

0 comments on commit 7306868

Please sign in to comment.