Skip to content

Commit

Permalink
Create dependabot.yml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Mar 24, 2024
1 parent 495c294 commit 47587ba
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "monthly"

- package-ecosystem: "gitsubmodule"
directory: "external/common_items"
schedule:
interval: "daily"

- package-ecosystem: "gitsubmodule"
directory: "external/fmt"
schedule:
interval: "monthly"

- package-ecosystem: "gitsubmodule"
directory: "external/bitmap"
schedule:
interval: "monthly"

- package-ecosystem: "gitsubmodule"
directory: "external/Fronter"
schedule:
interval: "daily"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 47587ba

Please sign in to comment.