diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cb37c6..7d73cef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,3 @@ - version: 2 updates: @@ -12,3 +11,6 @@ updates: commit-message: prefix: "chore" include: "scope" + labels: + - "dependabot" + - "dependencies" diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index b5f249d..b4eb182 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -13,7 +13,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v4 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.2 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3 with: bundle: marble.flatpak manifest-path: public/packaging/flatpak/org.mechanicalflower.Marble.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 618ba07..52cd092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,5 +9,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed ### Security ### Dependencies +- Bump `flatpak/flatpak-github-actions` from 6.2 to 6.3 ([#13](https://github.com/MechanicalFlower/Marble/pull/13)) [Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.4.1...HEAD