Skip to content

Commit

Permalink
build: Add Dependabot
Browse files Browse the repository at this point in the history
Mirrors configuration used in other repositories.
  • Loading branch information
jesse-c committed Jul 17, 2024
1 parent 89c17fb commit 58cc1a7
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 58cc1a7

Please sign in to comment.