Skip to content

Commit

Permalink
Update dependabot config to cover GHA (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 12, 2024
1 parent 336d592 commit 461616f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240410-180644.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Update dependabot configuration to cover GHA
time: 2024-04-10T18:06:44.884603-04:00
custom:
Author: mikealfare
Issue: "56"
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 2
updates:
# python dependencies
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "disabled"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

0 comments on commit 461616f

Please sign in to comment.