Skip to content

Commit afdf5ee

Browse files
committed
Ignore spring-io/nexus-sync-action from Dependabot update
The `spring-io/nexus-sync-action:0.1.0` has changed action behavior from Nexus to Central Portal which is not what could be expected by target projects which have not been enrolled to Central Portal yet
1 parent 5c44e06 commit afdf5ee

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: /
5-
schedule:
6-
interval: weekly
7-
day: sunday
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: sunday
8+
ignore:
9+
- dependency-name: 'spring-io/nexus-sync-action' # Until dedicated Central Portal GH Action

0 commit comments

Comments
 (0)