Skip to content

Commit

Permalink
Merge branch 'dependabot-staging-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Sep 23, 2024
2 parents 6af743a + 74aa9e7 commit faa05d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
registries:
- central
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-main"
open-pull-requests-limit: 10
groups:
Expand All @@ -19,14 +19,14 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-main"
- package-ecosystem: "maven"
directory: "/"
registries:
- central
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-spring33x"
open-pull-requests-limit: 10
groups:
Expand All @@ -36,5 +36,5 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-spring33x"
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<maven-install-plugin.version>3.1.3</maven-install-plugin.version>
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.4.0</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.5.0</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>

Expand Down

0 comments on commit faa05d6

Please sign in to comment.