Skip to content

Commit

Permalink
Merge pull request #107 from SecKatie/minder_add_dependabot_configura…
Browse files Browse the repository at this point in the history
…tion_for_github-actions

Add Dependabot configuration for github-actions
  • Loading branch information
SecKatie authored Feb 27, 2025
2 parents 95c5170 + 5b65d5c commit 4872fe1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 4872fe1

Please sign in to comment.