Skip to content

Commit

Permalink
Merge pull request #125 from climatepolicyradar/feature/pods-1447-upd…
Browse files Browse the repository at this point in the history
…ate-the-parser-to-use-dependabot-for-sdk-updates

build: Add Dependabot
  • Loading branch information
jesse-c authored Jul 17, 2024
2 parents 89c17fb + 58cc1a7 commit 572fd02
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: cpr_sdk
reviewers:
- "climatepolicyradar/deng"
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: cpr_sdk
reviewers:
- "climatepolicyradar/deng"
- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-name: cpr_sdk
reviewers:
- "climatepolicyradar/deng"

0 comments on commit 572fd02

Please sign in to comment.