Skip to content

Commit

Permalink
Disable dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Jan 2, 2024
1 parent 2f200af commit 237dc18
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Set update schedule for GitHub Actions to check they are up to date
# If one of the github actions is out of date, dependabot will open a
# PR to update the version of that action
# # Set update schedule for GitHub Actions to check they are up to date
# # If one of the github actions is out of date, dependabot will open a
# # PR to update the version of that action

version: 2
updates:
# Maintain the requirements in the github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
# Maintain the requirements requirements folder
- package-ecosystem: "pip"
directory: "/extra_requirements"
schedule:
# Check for updates to requirements every week
interval: "monthly"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "master"
open-pull-requests-limit: 150
# version: 2
# updates:
# # Maintain the requirements in the github actions
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "monthly"
# # Maintain the requirements requirements folder
# - package-ecosystem: "pip"
# directory: "/extra_requirements"
# schedule:
# # Check for updates to requirements every week
# interval: "monthly"
# # Raise pull requests for version updates
# # to pip against the `develop` branch
# target-branch: "master"
# open-pull-requests-limit: 150

0 comments on commit 237dc18

Please sign in to comment.