This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 4e30976 Update Dependabot to monitor also 3.x branch 4e30976 is described below commit 4e30976349c0c52a127850d2c3f8e4e8b8c2d289 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Jan 27 20:17:30 2025 +0100 Update Dependabot to monitor also 3.x branch --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7c9cd4..531a641 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,18 +13,23 @@ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations -# under the License. +# under the License. version: 2 updates: + - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" - ignore: - # Ignore Maven Core updates - - dependency-name: "org.apache.maven:*" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + target-branch: "maven-jar-plugin-3.x"