Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Aug 4, 2024
1 parent 5e469b5 commit a150b5a
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# 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/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
registries:
github:
type: nuget-feed
url: https://nuget.pkg.github.com/dysnomia-studio/index.json
username: ${{ secrets.GHP_USER }}
password: ${{ secrets.GHP_TOKEN }}
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
interval: "monthly"
- package-ecosystem: "nuget"
directory: "/"
registries: "*"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit a150b5a

Please sign in to comment.