Skip to content

Commit

Permalink
dependabot.yml: consistency updates.
Browse files Browse the repository at this point in the history
Let's update this to be more consistent with the other `dependabot.yml`
files in the Homebrew organization.
  • Loading branch information
MikeMcQuaid committed May 24, 2024
1 parent ea5023a commit 5b6d47f
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
directory: /

This comment was marked as off-topic.

Copy link
@Djustice2033

Djustice2033 May 29, 2024

welcome to justurway

schedule:
interval: daily
allow:
- dependency-type: all
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
ignore:
- dependency-name: actions/stale
Expand All @@ -20,4 +22,31 @@ updates:
interval: daily
allow:
- dependency-type: all
versioning-strategy: lockfile-only

- package-ecosystem: npm
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: docker
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: devcontainers
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

0 comments on commit 5b6d47f

Please sign in to comment.