Skip to content

Commit

Permalink
ci: remove dependabot (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Jun 23, 2024
1 parent 0e18ce7 commit a40ce66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/dependabot_pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A template to create new [Godot Engine](https://godotengine.org/) project.
- Code formatting enforced by [gdformat](https://github.com/Scony/godot-gdscript-toolkit) for gdscript code, and [clang-format](https://clang.llvm.org/docs/ClangFormat.html) for shaders, via [pre-commit](https://github.com/pre-commit/pre-commit)
- Keep track of licenses and attribution by following the [reuse specification](https://reuse.software/spec/)
- Addons management with [gd-plug](https://github.com/imjp94/gd-plug)
- Automatic dependencies bumping with [dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot) and [renovate](https://docs.renovatebot.com/) for Godot and addons
- Automatic dependencies bumping with [renovate](https://docs.renovatebot.com/) for Godot and addons
- Command runner with [just](https://just.systems/man/en/), with a provided `Justfile` that handle tools installation, exporting, publishing ...
<!-- - Integrated test suite -->

Expand Down

0 comments on commit a40ce66

Please sign in to comment.