Skip to content

Commit

Permalink
Merge pull request #1787 from alan-turing-institute/dependabot
Browse files Browse the repository at this point in the history
Add dependabot configuration
  • Loading branch information
JimMadge authored Apr 12, 2024
2 parents aa9176e + c022214 commit 38e8d97
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---

version: 2
updates:
# GitHub Action update PRs
- package-ecosystem: "github-actions"
directory: "/" # Checks /.github/workflows/
schedule:
interval: "weekly"
# data_safe_haven pip dependency(pyproject.toml) update PRs
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
# documentations pip dependency (pip-compile requirements.in, requirements.txt) update PRs
- package-ecosystem: "pip"
directory: "/docs/"
schedule:
interval: "monthly"
ignore:
# Don't open PRs for patch version updates for all packages
- update-types: ["version-update:semver-patch"]
dependency-name: "*"

0 comments on commit 38e8d97

Please sign in to comment.