Compare commits

...
Author SHA1 Message Date
Satyam Sah 96ac04f2a0 test run (#748) 2026-05-11 11:09:52 +05:30
Satyam Sah 6511e09e69 Update dependency-graph.yml 2026-05-11 10:13:46 +05:30
2 changed files with 2 additions and 11 deletions
-9
View File
@@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
registries:
maven-alfresco-internal:
@@ -23,7 +18,6 @@ updates:
allow:
- dependency-type: "direct"
ignore:
# Ignore the SDK's own internal modules
- dependency-name: "org.alfresco.maven:*"
- dependency-name: "org.alfresco.maven.plugin:*"
- dependency-name: "org.alfresco.maven.archetype:*"
@@ -44,9 +38,6 @@ updates:
slf4j:
patterns:
- "org.slf4j*"
sonatype:
patterns:
- "org.sonatype*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
+2 -2
View File
@@ -3,7 +3,7 @@ name: "Load Dependency Graph"
on:
push:
branches:
- "master"
- "feature/ACS-11627_test"
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
@@ -24,4 +24,4 @@ jobs:
maven-args: -Dscopes=compile,runtime
maven-username: ${{ secrets.NEXUS_USERNAME }}
maven-password: ${{ secrets.NEXUS_PASSWORD }}
maven-settings-path: ".ci.settings.xml"
maven-settings-path: ".ci.settings.xml"