Skip to content

Commit

Permalink
Replace YAML anchor and alias with duplication (#2361)
Browse files Browse the repository at this point in the history
Dependabot apparently does not support YAML aliases in its configuration
file.
  • Loading branch information
matrss authored May 16, 2024
1 parent d1b70b2 commit c265c0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: 2
updates:
- &github-actions
package-ecosystem: "github-actions"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- <<: *github-actions
target-branch: stable

0 comments on commit c265c0b

Please sign in to comment.