feat(ci): automate flatpak dependency updates#1289
Merged
kolunmi merged 2 commits intokolunmi:mainfrom Mar 19, 2026
Merged
Conversation
Currently dependency updates are completely manual effort on this repo, automatic PRs are only made to the stable version on flathub, which means that dependency updates are essentially not tested as they usually go straight into the flathub manifest. I made this so it won't be super annoying and only run on important updates, just like in flathub. When a bazaar release is made changes can be more easily carried over to the flathub manifest because of [1]. We can also turn off the data-checker on flathub so we only have one place to get spammed with bot PRs and direct contributions to the manifest here so they can be tested. You will get a PR like this [2]. [1]: https://github.com/flatpak/flatpak-builder-tools/blob/master/flatpak-json2yaml.py [2]: #5
Owner
|
:vlone: |
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently dependency updates are completely manual effort on this repo,
automatic PRs are only made to the stable version on flathub, which
means that dependency updates are essentially not tested as they
usually go straight into the flathub manifest.
I made this so it won't be super annoying and only run on important
updates, just like in flathub. When a bazaar release is made changes
can be more easily carried over to the flathub manifest because of 1.
We can also turn off the data-checker on flathub so we only have one
place to get spammed with bot PRs and direct contributions to the
manifest here so they can be tested.
You will get a PR like this 2.