Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
Following on from #836, we can now keep our golang version up to date
automatically. Let's turn on dependabot for all our deps.
  • Loading branch information
iainlane committed Apr 25, 2023
1 parent 3f03272 commit 32eae4b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- directory: /
open-pull-requests-limit: 5
package-ecosystem: gomod
schedule:
interval: weekly

- directory: /docs
open-pull-requests-limit: 5
package-ecosystem: npm
schedule:
interval: weekly

- directory: /
open-pull-requests-limit: 5
package-ecosystem: docker
schedule:
interval: weekly

- directory: /
open-pull-requests-limit: 5
package-ecosystem: github-actions
schedule:
interval: weekly

0 comments on commit 32eae4b

Please sign in to comment.