diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-07 11:24:24 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-07 11:24:24 +0700 |
commit | 4ada4f156f269dca3d64a51d9f09f1d1db830da2 (patch) | |
tree | e3dd53aae31cc6042fdddecca28467f786df9294 /.github/dependabot.yml | |
parent | e039fbe8d650122c895cbd194f9c3cf5805f47c9 (diff) | |
download | aspectj-4ada4f156f269dca3d64a51d9f09f1d1db830da2.tar.gz aspectj-4ada4f156f269dca3d64a51d9f09f1d1db830da2.zip |
Add GitHub Dependabot
It will create PRs for Maven and GitHub action updates. Of course, we
cannot simply merge the PRs, because Dependabot has not singed an
Eclipse CLA, but at least we know about updates and how they affect the
build result. Then we can decide to clone the changes and commit them
manually.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b76b89570 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |