action #137489
Updated by szarate about 1 year ago
Due to how our setup is built, we always need to know when the tidy version has changed, as the os-autoinst tests will start failing, making our local forks break a bit so so: As a Maintainer, Mantainer, I would like the Dependabot/Actions of GitHub github to notify me when the new version of Perl::Tidy is already available on Factory Factory, so we can merge PRs PR's without fear of breaking somebody's development - See https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17904 ### Suggestions - Add a target in the makefile to update packages/dependencies: `make update` -> runs `zypper up && git pull on os-autoinst` - Switch the makefile to use the system's os-autoinst instead of needing a git pull.