Skip to content

Commit

Permalink
chore: Disable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed Jun 1, 2024
1 parent 2ca25f1 commit 2e434bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Basic set up for three package managers
# # Basic set up for three package managers

version: 2
updates:
# version: 2
# updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
# # Maintain dependencies for GitHub Actions
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "monthly"

# Maintain Git submodules
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"
# # Maintain Git submodules
# - package-ecosystem: "gitsubmodule"
# directory: "/"
# schedule:
# interval: "monthly"

0 comments on commit 2e434bb

Please sign in to comment.