Skip to content

Commit 3e4f61a

Browse files
Create dependabot.yml (#366)
* Create dependabot.yml Signed-off-by: rajapandi1234 <[email protected]> * Update push-trigger.yml Signed-off-by: rajapandi1234 <[email protected]> * Update push-trigger.yml Signed-off-by: rajapandi1234 <[email protected]> --------- Signed-off-by: rajapandi1234 <[email protected]>
1 parent f53202e commit 3e4f61a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
version: 2
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/admin-ui"
6+
schedule:
7+
interval: "daily"
8+
target-branch: "develop"
9+
open-pull-requests-limit: 50

.github/workflows/push-trigger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
## FIND JARS & COPY ONLY EXECUTABLE JARs STORED UNDER TARGET DIRECTORY
120120
find ${{ env.SERVICE_LOCATION }} -path '*/target/*' -name '*.jar' -type f -exec zip ${{ env.BUILD_ARTIFACT }}.zip {} +
121121
122-
- name: Upload the springboot jars
122+
- name: upload the springboot jars
123123
if: ${{ !contains(github.ref, 'master') || !contains(github.ref, 'main') }}
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: ${{ env.BUILD_ARTIFACT }}
127127
path: ${{ env.BUILD_ARTIFACT }}.zip
@@ -171,4 +171,4 @@ jobs:
171171
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
172172
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
173173
GPG_SECRET: ${{ secrets.GPG_SECRET }}
174-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
174+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)