Skip to content

Commit

Permalink
chore: Enable Dependabot security scanning (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenaas committed May 13, 2024
1 parent ef95cc9 commit 0f7cac6
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 npm 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 0f7cac6

Please sign in to comment.