Skip to content

Commit

Permalink
ci: disabled dependabot configs for submodules and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 2, 2023
1 parent 1b7546b commit f912bc5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Set update schedule for GitHub Actions
version: 2
updates:
# Maintain submodule versions
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"

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

# Maintain submodule versions
# NOTE: too noisy, easier to update by hand
#- package-ecosystem: "gitsubmodule"
# directory: "/"
# schedule:
# interval: "monthly"

# Maintain dependencies for pip/poetry
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
# NOTE: too noisy, easier to update by hand
#- package-ecosystem: "pip"
# directory: "/"
# schedule:
# interval: "monthly"

0 comments on commit f912bc5

Please sign in to comment.