Skip to content

Commit

Permalink
Update dependabot config to cover GHA and Docker (#1006)
Browse files Browse the repository at this point in the history
* Update dependabot config to cover GHA and Docker
  • Loading branch information
mikealfare authored Apr 19, 2024
1 parent 0646c24 commit e93deea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240410-183535.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Update dependabot config to cover GHA and Docker
time: 2024-04-10T18:35:35.093246-04:00
custom:
Author: mikealfare
Issue: "1006"
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
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"
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

0 comments on commit e93deea

Please sign in to comment.