Skip to content

Commit

Permalink
Add labels for dependabot updates to GitHub Actions
Browse files Browse the repository at this point in the history
Issue gh-14485
  • Loading branch information
sjohnr committed May 9, 2024
1 parent 495403b commit 746ee27
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- 'type: task'
- 'in: build'
ignore:
- dependency-name: sjohnr/*
- dependency-name: spring-io/*
Expand All @@ -122,6 +125,9 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- 'type: task'
- 'in: build'
ignore:
- dependency-name: sjohnr/*
- dependency-name: spring-io/*
Expand All @@ -131,6 +137,9 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- 'type: task'
- 'in: build'
ignore:
- dependency-name: sjohnr/*
- dependency-name: spring-io/*
Expand All @@ -140,6 +149,9 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- 'type: task'
- 'in: build'
ignore:
- dependency-name: sjohnr/*
- dependency-name: spring-io/*
Expand All @@ -149,6 +161,9 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- 'type: task'
- 'in: build'
ignore:
- dependency-name: sjohnr/*
- dependency-name: spring-io/*
Expand Down

0 comments on commit 746ee27

Please sign in to comment.