change github workflow to be forgejo compatible

This commit is contained in:
Chance 2025-04-10 16:11:17 -04:00 committed by BitSyndicate
parent a1665b1db9
commit b5deebb06b
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
4 changed files with 61 additions and 112 deletions

11
.forgejo/dependabot.yml Normal file
View file

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"