Skip to content

Commit

Permalink
Merge pull request #464 from cloud-gov/458-enable-dependabot-security…
Browse files Browse the repository at this point in the history
…-scanning

Enable Dependabot security scanning
  • Loading branch information
svenaas authored May 14, 2024
2 parents ef95cc9 + b3911b7 commit 36fb430
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
# Disable version updates for pip dependencies
# This still allows for security updates but is pretty sloppy configuration from Github
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
commit-message:
prefix: '[ci skip] '

0 comments on commit 36fb430

Please sign in to comment.