This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/.github/dependabot.yml
Matheus Sampaio Queiroga 7735f79840 Update server platforms to v2 paths (#465)
* init changes

* Fix pocketmine savefile

* Update test

  # Please enter the commit message for your changes. Lines starting
  # with '#' will be ignored, and an empty message aborts the commit.
  #
  # Author:    Matheus Sampaio Queiroga <srherobrine20@gmail.com>
  # Date:      Tue Sep 27 19:56:34 2022 +0000
  #
  # On branch multi-server-installs
  # Your branch is up to date with 'origin/multi-server-installs'.
  #
  # Changes to be committed:
  #	modified:   .github/dependabot.yml
  #	modified:   .github/workflows/test.yml
  #	deleted:    example/pocketmine.ts
  #	modified:   src/platformPathManeger.ts

* Fix export/import and remove axios

Update plugin to v2 paths

remove axios and update got to latest (12^).
2022-09-27 20:29:33 -03:00

14 lines
232 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
assignees:
- Sirherobrine23