Skip to content

Commit

Permalink
Update ignore section of with example for github-actions : configurat…
Browse files Browse the repository at this point in the history
…ion-options-for-the-dependabot.yml-file.md (#32149)

Co-authored-by: Vanessa <[email protected]>
  • Loading branch information
osarobo and vgrl authored Mar 21, 2024
1 parent e8d9196 commit 7869c4d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,14 @@ updates:
# For AWS SDK, ignore all patch updates for version updates only
- dependency-name: "aws-sdk"
update-types: ["version-update:semver-patch"]
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: 'actions/checkout'
# For GitHub Actions, ignore all updates greater than or equal to version 3
versions: '>= 3'
```
{% note %}
Expand Down

0 comments on commit 7869c4d

Please sign in to comment.