aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml18
-rw-r--r--.github/workflows/python.yml5
2 files changed, 23 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 317b202..556ccc5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -50,3 +50,21 @@ updates:
applies-to: version-updates
patterns:
- "*"
+ - package-ecosystem: "gradle"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ jvm-dependencies:
+ applies-to: version-updates
+ patterns:
+ - "*"
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ golang-dependencies:
+ applies-to: version-updates
+ patterns:
+ - "*"
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index c1c7553..1b5228d 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -43,6 +43,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
+ environment:
+ name: pypi
+ url: https://pypi.org/r/locusts-r-us
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -58,3 +61,5 @@ jobs:
run: python -m build --sdist --wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ attestations: true