Daniel Gibbs
a57880d7ec
test
2 years ago
Daniel Gibbs
ae985fded7
test
2 years ago
Daniel Gibbs
5519a63fda
steamcmd
2 years ago
Daniel Gibbs
c4119b47af
steamcmd only
2 years ago
Daniel Gibbs
33eaf4892f
feat: Add dependencies for server installation
This commit adds the necessary dependencies to install a game server. The `update-check.yml` file has been updated to include the installation of `bsdmainutils`, `libsdl2-2.0-0:i386`, `libtinfo5:i386`, and `steamcmd`.
2 years ago
Daniel Gibbs
eaeb2487a1
feat: Add update and force-update server functionality
This commit adds the ability to check for updates and force updates on a server. The update-check.yml file has been modified to include new jobs that run the LGSM_GITHUBBRANCH command with specific arguments.
2 years ago
Daniel Gibbs
ebe76fbfd6
feat: Update dependencies for LinuxGSM
Changed the dependency from libstdc++6:i386 to libgcc-s1:i386 in the update-check.yml file. This change was made to ensure compatibility with newer versions of LinuxGSM.
2 years ago
Daniel Gibbs
00dc5ceab3
feat: Add i386 architecture and install libstdc++6
This commit adds the installation of libstdc++6:i386 package to support 32-bit applications. It also includes adding the i386 architecture to dpkg.
2 years ago
Daniel Gibbs
8df9e5cbe8
feat: Add support for 32-bit architecture
This commit adds support for 32-bit architecture by running the command "sudo dpkg --add-architecture i386" instead of installing libxml2-utils and jq.
2 years ago
Daniel Gibbs
d483c2a3de
refactor: Update script names for Minecraft, Factorio, Jedi Knight 2 and Vintage Story
This commit updates the script names for Minecraft, Factorio, Jedi Knight 2 and Vintage Story. The update includes changes to command_check_update.sh, command_update.sh, core_functions.sh and install_server_files.sh. The new script names are update_mc.sh (formerly update_minecraft.sh), update_fctr.sh (formerly update_factorio.sh), update_jk2.sh (formerly update_jediknight2.sh) and update_vints.sh (formerly update_vintagestory.sh).
2 years ago
Daniel Gibbs
215c9a5b9a
feat: Add concurrency group names to workflows
The `details-check.yml` and `update-check.yml` workflows now have a concurrency group name that includes the branch or tag name. This will allow for better management of concurrent workflow runs.
2 years ago
Daniel Gibbs
4cc8f8de2e
feat: Add Update Check workflow
This commit adds a new GitHub Actions workflow that checks if LinuxGSM is picking up game server config and parameter variables. The workflow runs on push and manual triggers, with concurrency settings to cancel in-progress jobs. It downloads linuxgsm.sh, installs dependencies, grabs the server, enables developer mode, installs the server, and updates it.
2 years ago
Daniel Gibbs
fa24b08370
feat: Add concurrency to details-check workflow
This commit adds a new feature to the details-check workflow by including concurrency. The group is set to the branch name and cancel-in-progress is enabled.
2 years ago
Daniel Gibbs
44931f7995
feat: swap details-check steps to fail faster
if the branch disappears the check will fail straight away rather then spend 1m download dependency's
2 years ago
Daniel Gibbs
d76e65eadf
chore: add details to details check
2 years ago
dependabot[bot]
1ca0b54e2a
build(deps): bump JasonEtco/is-sponsor-label-action from 1 to 2 ( #4209 )
Bumps [JasonEtco/is-sponsor-label-action](https://github.com/JasonEtco/is-sponsor-label-action ) from 1 to 2.
- [Release notes](https://github.com/JasonEtco/is-sponsor-label-action/releases )
- [Commits](https://github.com/JasonEtco/is-sponsor-label-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: JasonEtco/is-sponsor-label-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Daniel Gibbs
03365ca5a7
feat: serverlist validate ( #4207 )
* server list validate
* dir
* dir
* dir
* cr
* add missing pc2
* pc2
* fix branch
* exit code
* repo
* branch
* fix csv
* letter
* tidy
* codacy
* exit code
2 years ago
Nicolas Le Cam
a498a88303
feat(deps): Add depencency support for Debian 12 (bookworm) ( #4203 )
* feat(deps): Add depencency support for Debian 12 (bookworm)
* add xmllint
---------
Co-authored-by: Daniel Gibbs <[email protected] >
2 years ago
Daniel Gibbs
40757ae9b5
feat(details): refactor of game info ( #4174 )
* feat(btl): rename bt1944 to btl (#4124 )
* fix(bt1944): update binary file
* feat(btl): rename bt1944 to btl
* rename gameworld to worldname
* rename autosaveinverval to saveinterval
* rust seed
* add exit code to details
* update some variables
* comment
* update random
* current refactor
* modules
* json
* xml
* add core modules to functions dir
* functions
* fix
* use xmllint for parsing xml
* check root
* check logs
* sdtd
* quakec
* changes
* remove dev null
* arma3
* add detect details
* config origin
* fix: cmw mkdir bug
* ini improvements
* further ini improvements
* dst ini
* revert
* httpport
* max players
* source engine
* fix: cannot iterate over null
* fix quakec
* fix(nec): no query port
* more updates
* more updated
* more
* more
* telnet ip
* first test of details checking
* more details updates
* more standardizing
* comment out steamport in not set
* kf2 master server true
* update roserver
* fix bug
* looks for file called config and uses that
* test
test
test
test
test
* download correct configs
* test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
* remove blank lines
* update var names
* fail
* continue on error
* install xmllint
* adjust quakec
* fix dst
* fix java
* re order mcb
* fix query port mc
* fix mom
* fix pc
* pc add http port
* add api and http port
* change naming to http from web admin
* api port
* http
* pc2
* add query raw
* list cluster config
* servercfgparse
* update avserver
* tidy up steam ports
* more servers completed
* fix sb
* no config file
* no config file
* add emserver config install
* codacy
* add legacy vars
* add more legacy
* add xmllint
* mta xmllint
* codacy
* codacy
2 years ago
dependabot[bot]
4fd47dafb5
build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 ( #4183 )
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
ed1fbbecdf
build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 ( #4167 )
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Daniel Gibbs
0bec0ca218
feat: convert functions dir to modules dir ( #4169 )
* functions dir will be deleted after 14 days
3 years ago
dependabot[bot]
a69825aa7c
build(deps): bump github/issue-labeler from 2.5 to 3.1 ( #4152 )
* chore: auto add game server requests to gh project
* build(deps): bump github/issue-labeler from 2.5 to 3.1
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 2.5 to 3.1.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v2.5...v3.1 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
40e5009194
build(deps): bump FantasticFiasco/action-update-license-year from 2 to 3 ( #4153 )
* chore: auto add game server requests to gh project
* build(deps): bump FantasticFiasco/action-update-license-year from 2 to 3
Bumps [FantasticFiasco/action-update-license-year](https://github.com/FantasticFiasco/action-update-license-year ) from 2 to 3.
- [Release notes](https://github.com/FantasticFiasco/action-update-license-year/releases )
- [Changelog](https://github.com/FantasticFiasco/action-update-license-year/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FantasticFiasco/action-update-license-year/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: FantasticFiasco/action-update-license-year
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
483498d519
build(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 ( #4126 )
* chore: auto add game server requests to gh project
* build(deps): bump actions/add-to-project from 0.4.0 to 0.4.1
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.4.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
5377762ef0
build(deps): bump convictional/trigger-workflow-and-wait from 1.3.0 to 1.6.5 ( #4100 )
* chore: auto add game server requests to gh project
* build(deps): bump convictional/trigger-workflow-and-wait
Bumps [convictional/trigger-workflow-and-wait](https://github.com/convictional/trigger-workflow-and-wait ) from 1.3.0 to 1.6.5.
- [Release notes](https://github.com/convictional/trigger-workflow-and-wait/releases )
- [Commits](https://github.com/convictional/trigger-workflow-and-wait/compare/v1.3.0...v1.6.5 )
---
updated-dependencies:
- dependency-name: convictional/trigger-workflow-and-wait
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
e61a38bc5c
build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 ( #4151 )
* chore: auto add game server requests to gh project
* build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Daniel Gibbs
e8cb43a058
feat(btl): rename bt1944 to btl ( #4124 )
* fix(bt1944): update binary file
* feat(btl): rename bt1944 to btl
3 years ago
Daniel Gibbs
51031eb71a
chore: auto add game server requests to gh project
3 years ago
Daniel Gibbs
7f6147f279
chore: make labeler case insensitive
3 years ago
Daniel Gibbs
40fc154faf
chore: minor grammar updates
3 years ago
Daniel Gibbs
a181b2d56a
chore: update issue templates
3 years ago
Daniel Gibbs
ec3605624a
chore: fix labeler
a
a
3 years ago
Daniel Gibbs
9db0c2d11d
chore: increase duplicate threshold
3 years ago
Daniel Gibbs
9796d29ec5
chore: make labels less sensitive
3 years ago
Daniel Gibbs
6b73179e5d
fix: issue labeler
Delete create-release.yml
a
3 years ago
dependabot[bot]
a9ffd08d38
build(deps): bump github/issue-labeler from 2.5 to 2.6 ( #4090 )
* feat(docker): add docker image list to csv
* build(deps): bump github/issue-labeler from 2.5 to 2.6
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 2.5 to 2.6.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v2.5...v2.6 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Daniel Gibbs
b901412f9d
chore: linting
3 years ago
Daniel Gibbs
aa24fb9d50
Rename trigger_docker_build.yml to trigger-docker-build.yml
3 years ago
dependabot[bot]
357be101e2
build(deps): bump dessant/lock-threads from 3 to 4 ( #4049 )
* build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump dessant/lock-threads from 3 to 4
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 3 to 4.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Gibbs <[email protected] >
3 years ago
dependabot[bot]
885914b144
build(deps): bump release-drafter/release-drafter from 5.21.1 to 5.22.0 ( #4075 )
* build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump release-drafter/release-drafter from 5.21.1 to 5.22.0
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.1 to 5.22.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.1...v5.22.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Gibbs <[email protected] >
3 years ago
Daniel Gibbs
cf7b0c51e9
Update update-copyright-years-in-license-file.yml
3 years ago
github-actions[bot]
b09bd2d9af
Update license copyright year(s) ( #4073 )
* build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs(license): update copyright year(s)
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected] >
3 years ago
Daniel Gibbs
29d04fdff0
deploy only master
3 years ago
Daniel Gibbs
fa5f37b327
missing bin/bash
3 years ago
dependabot[bot]
930c7c8cac
build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 ( #4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
5bf35975b8
build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 ( #4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Daniel Gibbs
e5402d41ef
feat: trigger docker image build
3 years ago
Daniel Gibbs
501798943e
update actions
3 years ago
dependabot[bot]
819a4b3ec3
build(deps): bump release-drafter/release-drafter from 5.20.1 to 5.21.0 ( #3985 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.20.1 to 5.21.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.1...v5.21.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago