From f0c08f5ff7594c0d926fc5c9a56a235a46cba43c Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 12 Nov 2024 08:34:30 -0800 Subject: [PATCH] Update plugin metadata (#48) --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 12 ++++++++++++ .gitignore | 16 ++++++++++++---- pom.xml | 3 ++- 4 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dc92ec8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @jenkinsci/dockerhub-notification-plugin-developers diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..978c292 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +--- +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.gitignore b/.gitignore index 8b36b21..0834364 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ -target/ -work/ -.idea +target + +# mvn hpi:run +work + +# IntelliJ IDEA project files *.iml +*.iws +*.ipr +.idea + +# Eclipse project files +.settings .classpath .project -.settings \ No newline at end of file diff --git a/pom.xml b/pom.xml index caefd63..097dd90 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ +