Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -28,6 +29,7 @@ updates:
- "dependabot :robot:"
schedule:
interval: weekly
day: monday
time: '09:30'
timezone: Europe/Zurich
groups:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading