Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Sep 16, 2024
1 parent a9182ff commit 8b6e3fc
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 26 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions .github/renovate.json5

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ on:
pull_request:
paths:
- .github/workflows/label-sync.yaml
- .github/labels/base.yaml
- .github/labels.yaml

# Run when the configs changed on the main branch
push:
branches: ["main"]
paths:
- .github/workflows/label-sync.yaml
- .github/labels/base.yaml
- .github/labels.yaml

# Scheduled daily
schedule:
Expand All @@ -35,4 +35,4 @@ jobs:
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
config-file: .config/labels.yaml
config-file: .github/labels.yaml
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
with:
config-file: .config/labeler.yaml
config-file: .github/labeler.yaml
2 changes: 1 addition & 1 deletion .github/workflows/lint-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
with:
yamllint-args: "--config-file=.config/yamllint.yaml"
yamllint-args: "--config-file=.yamllint.yaml"

actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
log-level: "${{ inputs.log-level || 'debug' }}"
config-file: .config/renovate.json5
config-file: .renovate.json5
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ list-marker-space: false
no-alt-text: false
no-blanks-blockquote: false
no-hard-tabs: false
no-inline-html: false
no-missing-space-atx: false
no-missing-space-closed-atx: false
no-multiple-blanks: false
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!-- markdownlint-disable MD033 -->
<div align="center">
<img src="https://raw.githubusercontent.com/mirceanton/home-ops/main/icon.png" align="center" width="144px" height="144px"/>
<h3> My home operations repository </h3>
<i>managed with Flux, Renovate and GitHub Actions</i> 🤖
</div>
<!-- markdownlint-enable MD033 -->

---

Expand All @@ -23,13 +21,11 @@ This is a monorepo for my homelab infrastructure automation. I try to adhere (as

## ⭐ Stargazers

<!-- markdownlint-disable MD033 -->
<div align="center">
<a href="https://star-history.com/#mirceanton/home-ops&Date">
<img src="https://api.star-history.com/svg?repos=mirceanton/home-ops&type=Date">
</a>
</div>
<!-- markdownlint-enable MD033 -->

## 🤝 Gratitude and Thanks

Expand Down

0 comments on commit 8b6e3fc

Please sign in to comment.