Skip to content

Bump stefanzweifel/git-auto-commit-action from 5 to 7 - #19

Open
dependabot[bot] wants to merge 6 commits into
masterfrom
dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
Open

Bump stefanzweifel/git-auto-commit-action from 5 to 7#19
dependabot[bot] wants to merge 6 commits into
masterfrom
dependabot/github_actions/stefanzweifel/git-auto-commit-action-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown
Contributor

Bumps stefanzweifel/git-auto-commit-action from 5 to 7.

Release notes

Sourced from stefanzweifel/git-auto-commit-action's releases.

v7.0.0

Added

Changed

Dependency Updates

v6.0.1

Fixed

v6.0.0

Added

  • Throw error early if repository is in a detached state (#357)

Fixed

Removed

  • Remove support for create_branch, skip_checkout, skip_Fetch (#314)

v5.2.0

Added

Fixed

v5.1.0

Changed

Fixed

... (truncated)

Changelog

Sourced from stefanzweifel/git-auto-commit-action's changelog.

v7.1.0 - 2025-12-17

Added

Changes

Dependency Updates

v7.0.0 - 2025-10-12

Added

Changed

Dependency Updates

v6.0.1 - 2025-06-11

Fixed

v6.0.0 - 2025-06-10

Added

  • Throw error early if repository is in a detached state (#357)

Fixed

Removed

  • Remove support for create_branch, skip_checkout, skip_Fetch (#314)

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 13, 2025
dependabot Bot and others added 4 commits November 21, 2025 10:13
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit represents a major architectural overhaul, moving away from
Nix-generated Vimscript/Lua files (`config/*.nix`) to a standard, modular
pure Lua Neovim configuration structure (`lua/core` and `lua/plugins`).

Major changes:
- Migrate core options, keymaps, and autocmds to `lua/core/`
- Migrate all plugin configurations to `lua/plugins/`
- Centralize all scattered plugin keybindings into `lua/core/keymaps.lua` for a single source of truth
- Replace legacy `lsp-format.nvim` with the modern `conform.nvim` formatter
- Add `nvim-tree.lua` as the default file explorer (replacing `oil.nvim` for navigation) and disable legacy `netrw`
- Update `flake.nix` to pull `nvim-tree-lua` instead of deleted/deprecated packages
- Switch default colorscheme to `rose-pine` and disable terminal transparency for a cleaner UI
- Add native Lua `:w!!` sudo save command-line mapping

Signed-off-by: Vijayakumar Ravi <im@vijayakumar.xyz>
This commit completely restructures the GitHub Actions workflow into a robust
3-stage pipeline (setup -> build -> commit) to guarantee consistent lockfile
dependencies across all OS/arch combinations and prevent race conditions.

Major changes:
- Refactor workflow into three sequential jobs: `setup`, `build-and-test`, and `commit-lock`
- Replace Cachix action with `attic-action` configured for parallel uploads (`-j 4`)
- Centralize `nix flake update` to a single job and securely pass the lockfile via artifacts
- Expand build steps to rigorously verify derivations using `nix build` and `nix flake check`
- Fix QEMU configuration to strictly run only on `aarch64-linux` targets
- Inject explicit `--system` flags to guarantee correct cross-compilation reliability
- Bump core action versions (`actions/checkout@v4`, `nix-installer-action@v22`)
- Update workflow trigger paths to track new pure Lua structure (`init.lua`, `lua/**`)

Signed-off-by: Vijayakumar Ravi <im@vijayakumar.xyz>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/stefanzweifel/git-auto-commit-action-7 branch June 15, 2026 10:37
@VijayakumarRavi
VijayakumarRavi restored the dependabot/github_actions/stefanzweifel/git-auto-commit-action-7 branch June 15, 2026 10:40
@VijayakumarRavi

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v5...v7)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/stefanzweifel/git-auto-commit-action-7 branch from 6e55d40 to 9aeac0a Compare June 15, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant