Skip to content

Commit

Permalink
Disable dependabot
Browse files Browse the repository at this point in the history
The noise is not useful right now
  • Loading branch information
JohnnyMorganz committed Nov 11, 2023
1 parent 120d534 commit d92ba7e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@

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 dependencies for npm
- package-ecosystem: "npm"
directory: "/stylua-npm-bin"
schedule:
interval: "monthly"
# # Maintain dependencies for npm
# - package-ecosystem: "npm"
# directory: "/stylua-npm-bin"
# schedule:
# interval: "monthly"

- package-ecosystem: "npm"
directory: "/stylua-vscode"
schedule:
interval: "monthly"
# - package-ecosystem: "npm"
# directory: "/stylua-vscode"
# schedule:
# interval: "monthly"

# Maintain dependencies for cargo
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
# # Maintain dependencies for cargo
# - package-ecosystem: "cargo"
# directory: "/"
# schedule:
# interval: "monthly"

0 comments on commit d92ba7e

Please sign in to comment.