Skip to content

Commit 3656295

Browse files
authored
Add dependabot to monitor GHA (#1567)
* Add dependabot to monitor GHA Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com> * Bump actions/checkout to v4 Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com> --------- Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
1 parent d8e55dc commit 3656295

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
groups:
13+
github-actions:
14+
patterns:
15+
- "*"

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up JDK
2828
uses: actions/setup-java@v3
2929
with:

0 commit comments

Comments
 (0)