Merge branch 'master' of github.com:kube-hetzner/kube-hetzner
This commit is contained in:
commit
8be07271fd
11
.github/dependabot.yaml
vendored
Normal file
11
.github/dependabot.yaml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "terraform"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
22
.github/release.yaml
vendored
Normal file
22
.github/release.yaml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
changelog:
|
||||||
|
exclude:
|
||||||
|
labels:
|
||||||
|
- ignore-for-release
|
||||||
|
authors:
|
||||||
|
- octocat
|
||||||
|
categories:
|
||||||
|
- title: Breaking Changes 🛠
|
||||||
|
labels:
|
||||||
|
- Semver-Major
|
||||||
|
- breaking-change
|
||||||
|
- title: New Features 🎉
|
||||||
|
labels:
|
||||||
|
- Semver-Minor
|
||||||
|
- enhancement
|
||||||
|
- title: Bug Fixes 🐛
|
||||||
|
labels:
|
||||||
|
- Semver-Patch
|
||||||
|
- bug
|
||||||
|
- title: Other Changes
|
||||||
|
labels:
|
||||||
|
- "*"
|
19
.github/workflows/publish-terraform.yaml
vendored
Normal file
19
.github/workflows/publish-terraform.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
name: Publish a new Github Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Release:
|
||||||
|
name: Release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: ncipollo/release-action@v1
|
||||||
|
with:
|
||||||
|
generateReleaseNotes: true
|
||||||
|
name: 'v${{ github.ref_name }}'
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Terraform
|
name: Validate Terraform
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": ["config:base", ":disableDependencyDashboard"]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user