Skip to content

Commit

Permalink
ci: disable dependabot npm and action config
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 24, 2024
1 parent bdd79c4 commit 0b52cf5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

version: 2
updates:
# Maintain dependencies for GitHub Actions.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# # Maintain dependencies for GitHub Actions.
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "weekly"
# ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

# Maintain dependencies for npm.
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# # Maintain dependencies for npm.
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "weekly"
# ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

# Maintain dependencies for pip.
- package-ecosystem: "pip"
Expand Down

0 comments on commit 0b52cf5

Please sign in to comment.