From 22922b59c8eee48bbedcca6a1b0e71599ec93555 Mon Sep 17 00:00:00 2001 From: D3strukt0r Date: Sat, 13 Jun 2026 21:02:39 +0200 Subject: [PATCH 1/4] docs: Add note about keepachangelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1cfa9..005a731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [0.1.0](https://github.com/Team-MaRo/mc-server-init/compare/0.1.0...0.1.0) (2026-06-13) From cf045bf20039b59d27c0b966e27aebafb7eafbd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 07:32:43 +0000 Subject: [PATCH 2/4] build(deps): Bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/dependabot-validate.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d774dc7..75aa8f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Nix uses: cachix/install-nix-action@v31 diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index ce93059..2585ff2 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Fetch Dependabot metadata 🔍 uses: dependabot/fetch-metadata@v3 diff --git a/.github/workflows/dependabot-validate.yml b/.github/workflows/dependabot-validate.yml index 09a7b45..d49ebec 100644 --- a/.github/workflows/dependabot-validate.yml +++ b/.github/workflows/dependabot-validate.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate dependabot config uses: marocchino/validate-dependabot@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48a44e6..925e8a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: PR_BRANCH: ${{ fromJSON(needs.release-please.outputs.pr).headBranchName }} steps: - name: Checkout release-please branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GH_PAT }} ref: ${{ env.PR_BRANCH }} From 276e360063cceb7b957f7d54eb9fc84ae49c67dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 07:32:56 +0000 Subject: [PATCH 3/4] build(deps): Bump nixpkgs from `bd0ff2d` to `a037402` in the flake group Bumps the flake group with 1 update: [nixpkgs](https://github.com/NixOS/nixpkgs). Updates `nixpkgs` from `bd0ff2d` to `a037402` - [Commits](https://github.com/NixOS/nixpkgs/compare/bd0ff2d3eac24699c3664d5966b9ef36f388e2ca...a0374025a863d007d98e3297f6aa46cc3141c2f0) --- updated-dependencies: - dependency-name: nixpkgs dependency-version: a0374025a863d007d98e3297f6aa46cc3141c2f0 dependency-type: direct:production dependency-group: flake ... Signed-off-by: dependabot[bot] --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 09a27b2..aa10abf 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1780902259, - "narHash": "sha256-q8yYEC5f1mFlQO9RGna4LTc9QrcvWunX6FYp83munkQ=", + "lastModified": 1781216227, + "narHash": "sha256-9mUW6gNwoN2SWc/l0fW4svPNOulXLl8ijqKyeSOGgJE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bd0ff2d3eac24699c3664d5966b9ef36f388e2ca", + "rev": "a0374025a863d007d98e3297f6aa46cc3141c2f0", "type": "github" }, "original": { From 002f7ec1c5caf871ad621638637b084469ca7f94 Mon Sep 17 00:00:00 2001 From: D3strukt0r Date: Sat, 20 Jun 2026 09:50:53 +0200 Subject: [PATCH 4/4] fix(ci): pin dependabot weekly schedule to monday --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f90628f..31bf874 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,7 @@ updates: - "dependabot :robot:" schedule: interval: weekly + day: monday # required: weekly does NOT default to Monday (GitHub keeps a random slot — here Saturday). Do not remove. time: '09:30' timezone: Europe/Zurich groups: @@ -28,6 +29,7 @@ updates: - "dependabot :robot:" schedule: interval: weekly + day: monday time: '09:30' timezone: Europe/Zurich groups: @@ -43,6 +45,7 @@ updates: - "dependabot :robot:" schedule: interval: weekly + day: monday time: '09:30' timezone: Europe/Zurich # Only one flake input (nixpkgs) today; group anyway so any future inputs