Skip to content

Commit

Permalink
Merge pull request #24 from climatepolicyradar/feature/add-dependabot…
Browse files Browse the repository at this point in the history
…-config

Adding a dependabot config file.
  • Loading branch information
THOR300 authored Jul 16, 2024
2 parents 6eba073 + cd3d744 commit bb7b30f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: cpr_sdk
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: cpr_sdk
- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-name: cpr_sdk
target-branch: main

0 comments on commit bb7b30f

Please sign in to comment.